is not current version
Last Version 1.9.0

biz.aQute:biz.aQute.trace.runpath 1.2.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.

GroupId

GroupId

biz.aQute
ArtifactId

ArtifactId

biz.aQute.trace.runpath
Version

Version

1.2.0
Type

Type

jar

Download biz.aQute.trace.runpath 1.2.0


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