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