auto-instrument 
Use java.lang.instrument without writing an agent.
Documentation is at http://nicoulaj.github.com/auto-instrument.
| License |
License |
|---|---|
| Categories |
CategoriesNet Auto Application Layer Libs Code Generators |
| GroupId | GroupIdnet.ju-n.auto-instrument |
| ArtifactId | ArtifactIdauto-instrument |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionauto-instrument
Use java.lang.instrument without writing an agent.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| auto-instrument-1.0.2.pom | |
| auto-instrument-1.0.2.jar | 7 KB |
| auto-instrument-1.0.2-sources.jar | 5 KB |
| auto-instrument-1.0.2-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.ju-n.auto-instrument/auto-instrument/ -->
<dependency>
<groupId>net.ju-n.auto-instrument</groupId>
<artifactId>auto-instrument</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.ju-n.auto-instrument/auto-instrument/
implementation 'net.ju-n.auto-instrument:auto-instrument:1.0.2'
// https://jarcasting.com/artifacts/net.ju-n.auto-instrument/auto-instrument/
implementation ("net.ju-n.auto-instrument:auto-instrument:1.0.2")
'net.ju-n.auto-instrument:auto-instrument:jar:1.0.2'
<dependency org="net.ju-n.auto-instrument" name="auto-instrument" rev="1.0.2">
<artifact name="auto-instrument" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ju-n.auto-instrument', module='auto-instrument', version='1.0.2')
)
libraryDependencies += "net.ju-n.auto-instrument" % "auto-instrument" % "1.0.2"
[net.ju-n.auto-instrument/auto-instrument "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8 |
Use java.lang.instrument without writing an agent.
Documentation is at http://nicoulaj.github.com/auto-instrument.