не последняя версия
Последняя версия 1.9.0

biz.aQute:biz.aQute.trace.runpath 1.0.0

Weaves DS components and Bundle Activtors to record timing of the start/stop/modify methods. This JAR is not a proper bundle but must be placed on the -runpath. It uses the Embedded-Launcher facility of the bnd launchers. The JAR includes Javassist to perform the byte code weaving.

Группа

Группа

biz.aQute
Идентификатор

Идентификатор

biz.aQute.trace.runpath
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать biz.aQute.trace.runpath 1.0.0


<!-- https://jarcasting.com/artifacts/biz.aQute/biz.aQute.trace.runpath/ -->
<dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>biz.aQute.trace.runpath</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.trace.runpath/
implementation 'biz.aQute:biz.aQute.trace.runpath:1.0.0'
// https://jarcasting.com/artifacts/biz.aQute/biz.aQute.trace.runpath/
implementation ("biz.aQute:biz.aQute.trace.runpath:1.0.0")
'biz.aQute:biz.aQute.trace.runpath:jar:1.0.0'
<dependency org="biz.aQute" name="biz.aQute.trace.runpath" rev="1.0.0">
  <artifact name="biz.aQute.trace.runpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute', module='biz.aQute.trace.runpath', version='1.0.0')
)
libraryDependencies += "biz.aQute" % "biz.aQute.trace.runpath" % "1.0.0"
[biz.aQute/biz.aQute.trace.runpath "1.0.0"]