a

api

This is a bridge API between the user code and the agent. This allows us to get access to the agent API from outside the java agent.
Files download
File Operation
api-1.2.1.jar download
api-1.2.1.pom download
api-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.intergral.deep</groupId>
  <artifactId>api</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.intergral.deep:api:1.2.1'
Gradle Kotlin
implementation("com.intergral.deep:api:1.2.1")
Scala SBT
libraryDependencies += "com.intergral.deep" % "api" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.intergral.deep', module='api', version='1.2.1')
)
Apache Ivy
<dependency org="com.intergral.deep" name="api" rev="1.2.1" />
Leiningen
[com.intergral.deep/api "1.2.1"]
Apache Buildr
'com.intergral.deep:api:jar:1.2.1'