GroupId | GroupIdorg.apache.kerby |
---|---|
ArtifactId | ArtifactIdintegration-test |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
integration-test-1.1.1.pom | |
integration-test-1.1.1.jar | 25 KB |
integration-test-1.1.1-sources.jar | 20 KB |
integration-test-1.1.1-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.kerby/integration-test/ -->
<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>integration-test</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.kerby/integration-test/
implementation 'org.apache.kerby:integration-test:1.1.1'
// https://jarcasting.com/artifacts/org.apache.kerby/integration-test/
implementation ("org.apache.kerby:integration-test:1.1.1")
'org.apache.kerby:integration-test:jar:1.1.1'
<dependency org="org.apache.kerby" name="integration-test" rev="1.1.1">
<artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.kerby', module='integration-test', version='1.1.1')
)
libraryDependencies += "org.apache.kerby" % "integration-test" % "1.1.1"
[org.apache.kerby/integration-test "1.1.1"]