Download auto-instrument-1.0.2.jar file - Jar a

Jar examples for a:auto-instrument

Description

Use java.lang.instrument without writing an agent.

You can download jar file auto-instrument 1.0.2 in this page.

License

The MIT License

Build File

You can use the following script to add auto-instrument-1.0.2.jar to your project.

<dependency>
   <groupId>net.ju-n.auto-instrument</groupId>
   <artifactId>auto-instrument</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'net.ju-n.auto-instrument', name: 'auto-instrument', version: '1.0.2'
libraryDependencies += "net.ju-n.auto-instrument" % "auto-instrument" % "1.0.2"
<dependency org="net.ju-n.auto-instrument" name="auto-instrument" rev="1.0.2"/>
@Grapes(@Grab(group='net.ju-n.auto-instrument', module='auto-instrument', version='1.0.2'))
'net.ju-n.auto-instrument:auto-instrument:jar:1.0.2'

Download

Click the following link to download the jar file.

auto-instrument-1.0.2-javadoc.jar
auto-instrument-1.0.2-sources.jar
auto-instrument-1.0.2.jar
auto-instrument-1.0.2.pom



Related Tutorials