a

agent

This is the main output of the build, containing an all encompassing jar as a java agent.
Files download
File Operation
agent-1.2.1.jar download
agent-1.2.1.pom download
agent-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.intergral.deep</groupId>
  <artifactId>agent</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.intergral.deep:agent:1.2.1'
Gradle Kotlin
implementation("com.intergral.deep:agent:1.2.1")
Scala SBT
libraryDependencies += "com.intergral.deep" % "agent" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.intergral.deep', module='agent', version='1.2.1')
)
Apache Ivy
<dependency org="com.intergral.deep" name="agent" rev="1.2.1" />
Leiningen
[com.intergral.deep/agent "1.2.1"]
Apache Buildr
'com.intergral.deep:agent:jar:1.2.1'