License |
License |
---|---|
Categories |
CategoriesJava Languages ORM Data |
GroupId | GroupIdio.github.kpn-dsh |
ArtifactId | ArtifactIdplatform-sdk-java |
Last Version | Last Version0.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondsh-platform-sdk
The Data Serviceshub (DSH) Platform SDK facilitates easier development of applications on the DSH. It abstracts over the authentication and configuration of your Kafka clients against the policies of the DSH.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
platform-sdk-java-0.3.1.pom | |
platform-sdk-java-0.3.1.jar | 150 KB |
platform-sdk-java-0.3.1-sources.jar | 49 KB |
platform-sdk-java-0.3.1-javadoc.jar | 372 KB |
platform-sdk-java-0.3.1-jar-with-dependencies.jar | 16 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.kpn-dsh/platform-sdk-java/ -->
<dependency>
<groupId>io.github.kpn-dsh</groupId>
<artifactId>platform-sdk-java</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kpn-dsh/platform-sdk-java/
implementation 'io.github.kpn-dsh:platform-sdk-java:0.3.1'
// https://jarcasting.com/artifacts/io.github.kpn-dsh/platform-sdk-java/
implementation ("io.github.kpn-dsh:platform-sdk-java:0.3.1")
'io.github.kpn-dsh:platform-sdk-java:jar:0.3.1'
<dependency org="io.github.kpn-dsh" name="platform-sdk-java" rev="0.3.1">
<artifact name="platform-sdk-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kpn-dsh', module='platform-sdk-java', version='0.3.1')
)
libraryDependencies += "io.github.kpn-dsh" % "platform-sdk-java" % "0.3.1"
[io.github.kpn-dsh/platform-sdk-java "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 3.19.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.bouncycastle : bcmail-jdk15on | jar | 1.64 |
org.apache.kafka : kafka-clients | jar | 2.7.1 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.junit.jupiter : junit-jupiter | jar | 5.6.0 |