is not current version
Last Version 1.0.2

com.spiwer:androidrosilla 1.0.1

Basic utilities for a project

GroupId

GroupId

com.spiwer
ArtifactId

ArtifactId

androidrosilla
Version

Version

1.0.1
Type

Type

aar

Download androidrosilla 1.0.1


<!-- https://jarcasting.com/artifacts/com.spiwer/androidrosilla/ -->
<dependency>
    <groupId>com.spiwer</groupId>
    <artifactId>androidrosilla</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.spiwer/androidrosilla/
implementation 'com.spiwer:androidrosilla:1.0.1'
// https://jarcasting.com/artifacts/com.spiwer/androidrosilla/
implementation ("com.spiwer:androidrosilla:1.0.1")
'com.spiwer:androidrosilla:aar:1.0.1'
<dependency org="com.spiwer" name="androidrosilla" rev="1.0.1">
  <artifact name="androidrosilla" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.spiwer', module='androidrosilla', version='1.0.1')
)
libraryDependencies += "com.spiwer" % "androidrosilla" % "1.0.1"
[com.spiwer/androidrosilla "1.0.1"]