t

third-party-integration-tests

BroadleafCommerce Third Party Integration Tests
http://www.broadleafcommerce.org
Apache 2
Jeff Fischer Brian Polster
文件下载
文件名 操作
third-party-integration-tests-1.6.0-GA.jar 下载
third-party-integration-tests-1.6.0-GA.pom 下载
third-party-integration-tests-1.6.0-GA-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.broadleafcommerce</groupId>
  <artifactId>third-party-integration-tests</artifactId>
  <version>1.6.0-GA</version>
</dependency>
Gradle Groovy
implementation 'org.broadleafcommerce:third-party-integration-tests:1.6.0-GA'
Gradle Kotlin
implementation("org.broadleafcommerce:third-party-integration-tests:1.6.0-GA")
Scala SBT
libraryDependencies += "org.broadleafcommerce" % "third-party-integration-tests" % "1.6.0-GA"
Groovy Grape
@Grapes(
  @Grab(group='org.broadleafcommerce', module='third-party-integration-tests', version='1.6.0-GA')
)
Apache Ivy
<dependency org="org.broadleafcommerce" name="third-party-integration-tests" rev="1.6.0-GA" />
Leiningen
[org.broadleafcommerce/third-party-integration-tests "1.6.0-GA"]
Apache Buildr
'org.broadleafcommerce:third-party-integration-tests:jar:1.6.0-GA'