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.4.2.jar download
api-0.4.2.pom download
api-0.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.keyko.nevermined</groupId>
  <artifactId>api</artifactId>
  <version>0.4.2</version>
</dependency>
Gradle Groovy
implementation 'io.keyko.nevermined:api:0.4.2'
Gradle Kotlin
implementation("io.keyko.nevermined:api:0.4.2")
Scala SBT
libraryDependencies += "io.keyko.nevermined" % "api" % "0.4.2"
Groovy Grape
@Grapes(
  @Grab(group='io.keyko.nevermined', module='api', version='0.4.2')
)
Apache Ivy
<dependency org="io.keyko.nevermined" name="api" rev="0.4.2" />
Leiningen
[io.keyko.nevermined/api "0.4.2"]
Apache Buildr
'io.keyko.nevermined:api:jar:0.4.2'