GroupId | GroupIdcom.github.rlon008 |
---|---|
ArtifactId | ArtifactIdtestamation-common |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
testamation-common-1.0.pom | |
testamation-common-1.0.jar | 28 KB |
testamation-common-1.0-sources.jar | 23 KB |
testamation-common-1.0-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rlon008/testamation-common/ -->
<dependency>
<groupId>com.github.rlon008</groupId>
<artifactId>testamation-common</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-common/
implementation 'com.github.rlon008:testamation-common:1.0'
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-common/
implementation ("com.github.rlon008:testamation-common:1.0")
'com.github.rlon008:testamation-common:jar:1.0'
<dependency org="com.github.rlon008" name="testamation-common" rev="1.0">
<artifact name="testamation-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rlon008', module='testamation-common', version='1.0')
)
libraryDependencies += "com.github.rlon008" % "testamation-common" % "1.0"
[com.github.rlon008/testamation-common "1.0"]