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