auto-instrument

Use java.lang.instrument without writing an agent.

License

License

Categories

Categories

Net Auto Application Layer Libs Code Generators
GroupId

GroupId

net.ju-n.auto-instrument
ArtifactId

ArtifactId

auto-instrument
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

auto-instrument
Use java.lang.instrument without writing an agent.
Source Code Management

Source Code Management

http://github.com/nicoulaj/auto-instrument

Download auto-instrument

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0