r

runtimes-java-api

Files download
File Operation
runtimes-java-api-2.0.2.jar download
runtimes-java-api-2.0.2.pom download
runtimes-java-api-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.redhat.insights</groupId>
  <artifactId>runtimes-java-api</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.redhat.insights:runtimes-java-api:2.0.2'
Gradle Kotlin
implementation("com.redhat.insights:runtimes-java-api:2.0.2")
Scala SBT
libraryDependencies += "com.redhat.insights" % "runtimes-java-api" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.redhat.insights', module='runtimes-java-api', version='2.0.2')
)
Apache Ivy
<dependency org="com.redhat.insights" name="runtimes-java-api" rev="2.0.2" />
Leiningen
[com.redhat.insights/runtimes-java-api "2.0.2"]
Apache Buildr
'com.redhat.insights:runtimes-java-api:jar:2.0.2'