auto-instrument 
Use java.lang.instrument without writing an agent.
Documentation is at http://nicoulaj.github.com/auto-instrument.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Auto Библиотеки уровня приложения Code Generators |
| Группа | Группаnet.ju-n.auto-instrument |
| Идентификатор | Идентификаторauto-instrument |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеauto-instrument
Use java.lang.instrument without writing an agent.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.8 |
Use java.lang.instrument without writing an agent.
Documentation is at http://nicoulaj.github.com/auto-instrument.