GroupId | GroupIdcom.kaaprotech |
---|---|
ArtifactId | ArtifactIdsatu-test |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
satu-test-1.0.6.pom | |
satu-test-1.0.6.jar | 56 KB |
satu-test-1.0.6-sources.jar | 13 KB |
satu-test-1.0.6-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kaaprotech/satu-test/ -->
<dependency>
<groupId>com.kaaprotech</groupId>
<artifactId>satu-test</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.kaaprotech/satu-test/
implementation 'com.kaaprotech:satu-test:1.0.6'
// https://jarcasting.com/artifacts/com.kaaprotech/satu-test/
implementation ("com.kaaprotech:satu-test:1.0.6")
'com.kaaprotech:satu-test:jar:1.0.6'
<dependency org="com.kaaprotech" name="satu-test" rev="1.0.6">
<artifact name="satu-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kaaprotech', module='satu-test', version='1.0.6')
)
libraryDependencies += "com.kaaprotech" % "satu-test" % "1.0.6"
[com.kaaprotech/satu-test "1.0.6"]