Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.arthur |
ArtifactId | ArtifactIdintegration-test |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
integration-test-1.0.1.pom | |
integration-test-1.0.1.jar | 7 KB |
integration-test-1.0.1-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.arthur/integration-test/ -->
<dependency>
<groupId>org.apache.geronimo.arthur</groupId>
<artifactId>integration-test</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.arthur/integration-test/
implementation 'org.apache.geronimo.arthur:integration-test:1.0.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.arthur/integration-test/
implementation ("org.apache.geronimo.arthur:integration-test:1.0.1")
'org.apache.geronimo.arthur:integration-test:jar:1.0.1'
<dependency org="org.apache.geronimo.arthur" name="integration-test" rev="1.0.1">
<artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.arthur', module='integration-test', version='1.0.1')
)
libraryDependencies += "org.apache.geronimo.arthur" % "integration-test" % "1.0.1"
[org.apache.geronimo.arthur/integration-test "1.0.1"]