GroupId | GroupIdcom.kaaprotech |
---|---|
ArtifactId | ArtifactIdsatu |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
satu-1.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kaaprotech/satu/ -->
<dependency>
<groupId>com.kaaprotech</groupId>
<artifactId>satu</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kaaprotech/satu/
implementation 'com.kaaprotech:satu:1.0.1'
// https://jarcasting.com/artifacts/com.kaaprotech/satu/
implementation ("com.kaaprotech:satu:1.0.1")
'com.kaaprotech:satu:pom:1.0.1'
<dependency org="com.kaaprotech" name="satu" rev="1.0.1">
<artifact name="satu" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kaaprotech', module='satu', version='1.0.1')
)
libraryDependencies += "com.kaaprotech" % "satu" % "1.0.1"
[com.kaaprotech/satu "1.0.1"]