a

api

The SDK facilitates the interaction of java clients with Nevermined networks
https://github.com/nevermined-io/sdk-java
The Apache Software License, Version 2.0
Keyko
Files download
File Operation
api-0.6.0.jar download
api-0.6.0.pom download
api-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.keyko.nevermined</groupId>
  <artifactId>api</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'io.keyko.nevermined:api:0.6.0'
Gradle Kotlin
implementation("io.keyko.nevermined:api:0.6.0")
Scala SBT
libraryDependencies += "io.keyko.nevermined" % "api" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.keyko.nevermined', module='api', version='0.6.0')
)
Apache Ivy
<dependency org="io.keyko.nevermined" name="api" rev="0.6.0" />
Leiningen
[io.keyko.nevermined/api "0.6.0"]
Apache Buildr
'io.keyko.nevermined:api:jar:0.6.0'