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