b

bctrace

Extensible java agent framework to instrument programs running on the JVM
https://github.com/ShiftLeftSecurity/bctrace
Apache 2
Ignacio del Valle Alles
Files download
File Operation
bctrace-4.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.shiftleft</groupId>
  <artifactId>bctrace</artifactId>
  <version>4.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.shiftleft:bctrace:4.0.0'
Gradle Kotlin
implementation("io.shiftleft:bctrace:4.0.0")
Scala SBT
libraryDependencies += "io.shiftleft" % "bctrace" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.shiftleft', module='bctrace', version='4.0.0')
)
Apache Ivy
<dependency org="io.shiftleft" name="bctrace" rev="4.0.0" />
Leiningen
[io.shiftleft/bctrace "4.0.0"]
Apache Buildr
'io.shiftleft:bctrace:jar:4.0.0'
Dependencies
The project has no third-party dependencies