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