License |
License |
---|---|
GroupId | GroupIdcom.belladati |
ArtifactId | ArtifactIdsdk-api |
Last Version | Last Version0.9.15.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBellaDati SDK API
The BellaDati SDK allows accessing a BellaDati server from 3rd-party applications using Java. This project contains the SDK's interface definitions.
|
Project URL |
Project URL |
Filename | Size |
---|---|
sdk-api-0.9.15.1.pom | |
sdk-api-0.9.15.1.jar | 32 KB |
sdk-api-0.9.15.1-sources.jar | 30 KB |
sdk-api-0.9.15.1-javadoc.jar | 308 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.belladati/sdk-api/ -->
<dependency>
<groupId>com.belladati</groupId>
<artifactId>sdk-api</artifactId>
<version>0.9.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.belladati/sdk-api/
implementation 'com.belladati:sdk-api:0.9.15.1'
// https://jarcasting.com/artifacts/com.belladati/sdk-api/
implementation ("com.belladati:sdk-api:0.9.15.1")
'com.belladati:sdk-api:jar:0.9.15.1'
<dependency org="com.belladati" name="sdk-api" rev="0.9.15.1">
<artifact name="sdk-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.belladati', module='sdk-api', version='0.9.15.1')
)
libraryDependencies += "com.belladati" % "sdk-api" % "0.9.15.1"
[com.belladati/sdk-api "0.9.15.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.5 |