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