An open API service indexing awesome lists of open source software.

https://github.com/scaldi/scaldi-jsr330

JSR 330 spec implementation for scaldi
https://github.com/scaldi/scaldi-jsr330

Last synced: 12 months ago
JSON representation

JSR 330 spec implementation for scaldi

Awesome Lists containing this project

README

          

## scaldi-jsr330

[![Build Status](https://travis-ci.org/scaldi/scaldi-jsr330.svg?branch=master)](https://travis-ci.org/protenus/scaldi-jsr330)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.scaldi/scaldi-jsr330_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.scaldi/scaldi-jsr330_2.13)

[JSR 330](https://jcp.org/en/jsr/detail?id=330) spec implementation for [Scaldi](https://github.com/scaldi/scaldi)

SBT Configuration:

```sbtshell
libraryDependencies += "org.scaldi" %% "scaldi-jsr330" % x.y.z
```