GroupId | GroupIdorg.terracotta |
---|---|
ArtifactId | ArtifactIdintegration-test |
Version | Version3.1.3 |
Type | Typejar |
Filename | Size |
---|---|
integration-test-3.1.3.pom | |
integration-test-3.1.3.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.terracotta/integration-test/ -->
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>integration-test</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.terracotta/integration-test/
implementation 'org.terracotta:integration-test:3.1.3'
// https://jarcasting.com/artifacts/org.terracotta/integration-test/
implementation ("org.terracotta:integration-test:3.1.3")
'org.terracotta:integration-test:jar:3.1.3'
<dependency org="org.terracotta" name="integration-test" rev="3.1.3">
<artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.terracotta', module='integration-test', version='3.1.3')
)
libraryDependencies += "org.terracotta" % "integration-test" % "3.1.3"
[org.terracotta/integration-test "3.1.3"]