GroupId | GroupIdcom.basistech |
---|---|
ArtifactId | ArtifactIdadm-common-test |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
adm-common-test-2.2.2.pom | |
adm-common-test-2.2.2.jar | 6 KB |
adm-common-test-2.2.2-sources.jar | 4 KB |
adm-common-test-2.2.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.basistech/adm-common-test/ -->
<dependency>
<groupId>com.basistech</groupId>
<artifactId>adm-common-test</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.basistech/adm-common-test/
implementation 'com.basistech:adm-common-test:2.2.2'
// https://jarcasting.com/artifacts/com.basistech/adm-common-test/
implementation ("com.basistech:adm-common-test:2.2.2")
'com.basistech:adm-common-test:jar:2.2.2'
<dependency org="com.basistech" name="adm-common-test" rev="2.2.2">
<artifact name="adm-common-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.basistech', module='adm-common-test', version='2.2.2')
)
libraryDependencies += "com.basistech" % "adm-common-test" % "2.2.2"
[com.basistech/adm-common-test "2.2.2"]