Files download
File Operation
joynr-1.24.2.pom download
Apache Maven
<dependency>
  <groupId>io.joynr</groupId>
  <artifactId>joynr</artifactId>
  <version>1.24.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.joynr:joynr:1.24.2'
Gradle Kotlin
implementation("io.joynr:joynr:1.24.2")
Scala SBT
libraryDependencies += "io.joynr" % "joynr" % "1.24.2"
Groovy Grape
@Grapes(
  @Grab(group='io.joynr', module='joynr', version='1.24.2')
)
Apache Ivy
<dependency org="io.joynr" name="joynr" rev="1.24.2" />
Leiningen
[io.joynr/joynr "1.24.2"]
Apache Buildr
'io.joynr:joynr:jar:1.24.2'
Dependencies
The project has no third-party dependencies