GroupId | GroupIdcom.github.rlon008 |
---|---|
ArtifactId | ArtifactIdtestamation-test-common |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rlon008/testamation-test-common/ -->
<dependency>
<groupId>com.github.rlon008</groupId>
<artifactId>testamation-test-common</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-test-common/
implementation 'com.github.rlon008:testamation-test-common:1.2'
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-test-common/
implementation ("com.github.rlon008:testamation-test-common:1.2")
'com.github.rlon008:testamation-test-common:jar:1.2'
<dependency org="com.github.rlon008" name="testamation-test-common" rev="1.2">
<artifact name="testamation-test-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rlon008', module='testamation-test-common', version='1.2')
)
libraryDependencies += "com.github.rlon008" % "testamation-test-common" % "1.2"
[com.github.rlon008/testamation-test-common "1.2"]