GroupId | GroupIdinfo.archinnov |
---|---|
ArtifactId | ArtifactIdintegration-test-DSE_4-8 |
Version | Version5.1.5 |
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>5.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/info.archinnov/integration-test-DSE_4-8/
implementation 'info.archinnov:integration-test-DSE_4-8:5.1.5'
// https://jarcasting.com/artifacts/info.archinnov/integration-test-DSE_4-8/
implementation ("info.archinnov:integration-test-DSE_4-8:5.1.5")
'info.archinnov:integration-test-DSE_4-8:jar:5.1.5'
<dependency org="info.archinnov" name="integration-test-DSE_4-8" rev="5.1.5">
<artifact name="integration-test-DSE_4-8" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.archinnov', module='integration-test-DSE_4-8', version='5.1.5')
)
libraryDependencies += "info.archinnov" % "integration-test-DSE_4-8" % "5.1.5"
[info.archinnov/integration-test-DSE_4-8 "5.1.5"]