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
- Host: GitHub
- URL: https://github.com/scaldi/scaldi-jsr330
- Owner: scaldi
- License: apache-2.0
- Created: 2015-05-28T18:56:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T03:48:03.000Z (almost 2 years ago)
- Last Synced: 2025-05-29T00:13:10.516Z (about 1 year ago)
- Language: Scala
- Homepage:
- Size: 501 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## scaldi-jsr330
[](https://travis-ci.org/protenus/scaldi-jsr330)
[](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
```