GroupId | GroupIdcom.github.rlon008 |
---|---|
ArtifactId | ArtifactIdtestamation-test-common |
Version | Version1.1 |
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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-test-common/
implementation 'com.github.rlon008:testamation-test-common:1.1'
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-test-common/
implementation ("com.github.rlon008:testamation-test-common:1.1")
'com.github.rlon008:testamation-test-common:jar:1.1'
<dependency org="com.github.rlon008" name="testamation-test-common" rev="1.1">
<artifact name="testamation-test-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rlon008', module='testamation-test-common', version='1.1')
)
libraryDependencies += "com.github.rlon008" % "testamation-test-common" % "1.1"
[com.github.rlon008/testamation-test-common "1.1"]