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