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