is not current version
Last Version 1.0.2

com.spiwer:androidrosilla 1.0

Basic utilities for a project

GroupId

GroupId

com.spiwer
ArtifactId

ArtifactId

androidrosilla
Version

Version

1.0
Type

Type

aar

Download androidrosilla 1.0


<!-- 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"]