License |
License |
---|---|
GroupId | GroupIdcom.michaelpollmeier |
ArtifactId | ArtifactIdbctrace-runtime |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptioncom.michaelpollmeier:bctrace-runtime
Extensible java agent framework to instrument programs running on the JVM
|
Filename | Size |
---|---|
bctrace-runtime-0.0.1.pom | |
bctrace-runtime-0.0.1.jar | 16 KB |
bctrace-runtime-0.0.1-sources.jar | 17 KB |
bctrace-runtime-0.0.1-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.michaelpollmeier/bctrace-runtime/ -->
<dependency>
<groupId>com.michaelpollmeier</groupId>
<artifactId>bctrace-runtime</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.michaelpollmeier/bctrace-runtime/
implementation 'com.michaelpollmeier:bctrace-runtime:0.0.1'
// https://jarcasting.com/artifacts/com.michaelpollmeier/bctrace-runtime/
implementation ("com.michaelpollmeier:bctrace-runtime:0.0.1")
'com.michaelpollmeier:bctrace-runtime:jar:0.0.1'
<dependency org="com.michaelpollmeier" name="bctrace-runtime" rev="0.0.1">
<artifact name="bctrace-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.michaelpollmeier', module='bctrace-runtime', version='0.0.1')
)
libraryDependencies += "com.michaelpollmeier" % "bctrace-runtime" % "0.0.1"
[com.michaelpollmeier/bctrace-runtime "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |