文件下载
文件名 操作
black-box-instrumentation-1.0.21.pom 下载
Apache Maven
<dependency>
  <groupId>com.feedzai.commons.tracing</groupId>
  <artifactId>black-box-instrumentation</artifactId>
  <version>1.0.21</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.feedzai.commons.tracing:black-box-instrumentation:1.0.21'
Gradle Kotlin
implementation("com.feedzai.commons.tracing:black-box-instrumentation:1.0.21")
Scala SBT
libraryDependencies += "com.feedzai.commons.tracing" % "black-box-instrumentation" % "1.0.21"
Groovy Grape
@Grapes(
  @Grab(group='com.feedzai.commons.tracing', module='black-box-instrumentation', version='1.0.21')
)
Apache Ivy
<dependency org="com.feedzai.commons.tracing" name="black-box-instrumentation" rev="1.0.21" />
Leiningen
[com.feedzai.commons.tracing/black-box-instrumentation "1.0.21"]
Apache Buildr
'com.feedzai.commons.tracing:black-box-instrumentation:jar:1.0.21'
本项目依赖
该项目无第三方依赖