License |
License |
---|---|
GroupId | GroupIdio.github.whilein.wcommons |
ArtifactId | ArtifactIdwcommons-agent |
Version | Version1.1.1 |
Type | Typejar |
Description |
Descriptionwcommons/agent
Attaches Java Agent in runtime and gives you access to Instrumentation
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wcommons-agent-1.1.1.pom | |
wcommons-agent-1.1.1.jar | 7 KB |
wcommons-agent-1.1.1-sources.jar | 5 KB |
wcommons-agent-1.1.1-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.whilein.wcommons/wcommons-agent/ -->
<dependency>
<groupId>io.github.whilein.wcommons</groupId>
<artifactId>wcommons-agent</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.whilein.wcommons/wcommons-agent/
implementation 'io.github.whilein.wcommons:wcommons-agent:1.1.1'
// https://jarcasting.com/artifacts/io.github.whilein.wcommons/wcommons-agent/
implementation ("io.github.whilein.wcommons:wcommons-agent:1.1.1")
'io.github.whilein.wcommons:wcommons-agent:jar:1.1.1'
<dependency org="io.github.whilein.wcommons" name="wcommons-agent" rev="1.1.1">
<artifact name="wcommons-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.whilein.wcommons', module='wcommons-agent', version='1.1.1')
)
libraryDependencies += "io.github.whilein.wcommons" % "wcommons-agent" % "1.1.1"
[io.github.whilein.wcommons/wcommons-agent "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |