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