https://github.com/scalar-labs/scalardl-java-client-sdk
Client-side Java library to interact with Scalar DL network
https://github.com/scalar-labs/scalardl-java-client-sdk
Last synced: 5 months ago
JSON representation
Client-side Java library to interact with Scalar DL network
- Host: GitHub
- URL: https://github.com/scalar-labs/scalardl-java-client-sdk
- Owner: scalar-labs
- License: other
- Created: 2019-01-22T03:49:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T11:21:59.000Z (6 months ago)
- Last Synced: 2024-10-31T12:21:47.500Z (6 months ago)
- Language: Java
- Homepage:
- Size: 74.7 MB
- Stars: 34
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!CAUTION]
>
> The `docs` folder has been moved to the centralized documentation repository, [docs-internal](https://github.com/scalar-labs/docs-internal). Please update this documentation in that repository instead.
>
> To view the ScalarDL documentation, visit [ScalarDL Documentation](https://scalardl.scalar-labs.com/docs/).## ScalarDL Java Client SDK
This is a client-side Java library to interact with [ScalarDL](https://github.com/scalar-labs/scalardl) network.
## Install
The library is available on [Maven Central](https://search.maven.org/search?q=a:scalardl-java-client-sdk). You can install it in your application using your build tool such as Gradle.
For example in Gradle, you can add the following dependency to your build.gradle.
```
dependencies {
compile group: 'com.scalar-labs', name: 'scalardl-java-client-sdk', version: ''
}
```## Docs
* [ScalarDL Docs](https://scalar-labs.github.io/scalardl/)## Contributing
This library is mainly maintained by the Scalar Engineering Team, but of course we appreciate any help.* For asking questions, finding answers and helping other users, please go to [stackoverflow](https://stackoverflow.com/) and use [scalardl](https://stackoverflow.com/questions/tagged/scalardl) tag.
* For filing bugs, suggesting improvements, or requesting new features, help us out by opening an issue.## License
ScalarDL client SDK is dual-licensed under both the AGPL (found in the LICENSE file in the root directory) and a commercial license. You may select, at your option, one of the above-listed licenses. Regarding the commercial license, please [contact us](https://scalar-labs.com/contact_us/) for more information.