GroupId | GroupIdcom.arasthel |
---|---|
ArtifactId | ArtifactIdswissknife |
Version | Version1.2.3 |
Type | Typeaar |
Filename | Size |
---|---|
swissknife-1.2.3.pom | |
swissknife-1.2.3.aar | 217 KB |
swissknife-1.2.3-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arasthel/swissknife/ -->
<dependency>
<groupId>com.arasthel</groupId>
<artifactId>swissknife</artifactId>
<version>1.2.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.arasthel/swissknife/
implementation 'com.arasthel:swissknife:1.2.3'
// https://jarcasting.com/artifacts/com.arasthel/swissknife/
implementation ("com.arasthel:swissknife:1.2.3")
'com.arasthel:swissknife:aar:1.2.3'
<dependency org="com.arasthel" name="swissknife" rev="1.2.3">
<artifact name="swissknife" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.arasthel', module='swissknife', version='1.2.3')
)
libraryDependencies += "com.arasthel" % "swissknife" % "1.2.3"
[com.arasthel/swissknife "1.2.3"]