GroupId | GroupIdinfo.archinnov |
---|---|
ArtifactId | ArtifactIdintegration-test-DSE_4-8 |
Version | Version6.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/info.archinnov/integration-test-DSE_4-8/ -->
<dependency>
<groupId>info.archinnov</groupId>
<artifactId>integration-test-DSE_4-8</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/info.archinnov/integration-test-DSE_4-8/
implementation 'info.archinnov:integration-test-DSE_4-8:6.0.1'
// https://jarcasting.com/artifacts/info.archinnov/integration-test-DSE_4-8/
implementation ("info.archinnov:integration-test-DSE_4-8:6.0.1")
'info.archinnov:integration-test-DSE_4-8:jar:6.0.1'
<dependency org="info.archinnov" name="integration-test-DSE_4-8" rev="6.0.1">
<artifact name="integration-test-DSE_4-8" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.archinnov', module='integration-test-DSE_4-8', version='6.0.1')
)
libraryDependencies += "info.archinnov" % "integration-test-DSE_4-8" % "6.0.1"
[info.archinnov/integration-test-DSE_4-8 "6.0.1"]