B

BaragonServiceIntegrationTests

文件下载
文件名 操作
BaragonServiceIntegrationTests-0.4.0.jar 下载
BaragonServiceIntegrationTests-0.4.0.pom 下载
BaragonServiceIntegrationTests-0.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.hubspot</groupId>
  <artifactId>BaragonServiceIntegrationTests</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.hubspot:BaragonServiceIntegrationTests:0.4.0'
Gradle Kotlin
implementation("com.hubspot:BaragonServiceIntegrationTests:0.4.0")
Scala SBT
libraryDependencies += "com.hubspot" % "BaragonServiceIntegrationTests" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hubspot', module='BaragonServiceIntegrationTests', version='0.4.0')
)
Apache Ivy
<dependency org="com.hubspot" name="BaragonServiceIntegrationTests" rev="0.4.0" />
Leiningen
[com.hubspot/BaragonServiceIntegrationTests "0.4.0"]
Apache Buildr
'com.hubspot:BaragonServiceIntegrationTests:jar:0.4.0'