License |
License |
---|---|
GroupId | GroupIdsoftware.fitz |
ArtifactId | ArtifactIdeasy-agent-api |
Version | Version0.4.0-RELEASE |
Type | Typejar |
Description |
DescriptionEasy proxy bytecode injector at the bytecode level.
|
<!-- https://jarcasting.com/artifacts/software.fitz/easy-agent-api/ -->
<dependency>
<groupId>software.fitz</groupId>
<artifactId>easy-agent-api</artifactId>
<version>0.4.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/software.fitz/easy-agent-api/
implementation 'software.fitz:easy-agent-api:0.4.0-RELEASE'
// https://jarcasting.com/artifacts/software.fitz/easy-agent-api/
implementation ("software.fitz:easy-agent-api:0.4.0-RELEASE")
'software.fitz:easy-agent-api:jar:0.4.0-RELEASE'
<dependency org="software.fitz" name="easy-agent-api" rev="0.4.0-RELEASE">
<artifact name="easy-agent-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.fitz', module='easy-agent-api', version='0.4.0-RELEASE')
)
libraryDependencies += "software.fitz" % "easy-agent-api" % "0.4.0-RELEASE"
[software.fitz/easy-agent-api "0.4.0-RELEASE"]