Last Version

com.michaelpollmeier:bctrace 0.0.1

Extensible java agent framework to instrument programs running on the JVM

License

License

GroupId

GroupId

com.michaelpollmeier
ArtifactId

ArtifactId

bctrace
Version

Version

0.0.1
Type

Type

pom
Description

Description

com.michaelpollmeier:bctrace
Extensible java agent framework to instrument programs running on the JVM
Project URL

Project URL

https://github.com/ShiftLeftSecurity/bctrace
Source Code Management

Source Code Management

https://github.com/ShiftLeftSecurity/bctrace

Download bctrace 0.0.1

Filename Size
bctrace-0.0.1.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.michaelpollmeier/bctrace/ -->
<dependency>
    <groupId>com.michaelpollmeier</groupId>
    <artifactId>bctrace</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.michaelpollmeier/bctrace/
implementation 'com.michaelpollmeier:bctrace:0.0.1'
// https://jarcasting.com/artifacts/com.michaelpollmeier/bctrace/
implementation ("com.michaelpollmeier:bctrace:0.0.1")
'com.michaelpollmeier:bctrace:pom:0.0.1'
<dependency org="com.michaelpollmeier" name="bctrace" rev="0.0.1">
  <artifact name="bctrace" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.michaelpollmeier', module='bctrace', version='0.0.1')
)
libraryDependencies += "com.michaelpollmeier" % "bctrace" % "0.0.1"
[com.michaelpollmeier/bctrace "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • bootstrap
  • core
  • runtime
  • spi
  • archetype