GroupId | GroupIdcom.mikhaellopez |
---|---|
ArtifactId | ArtifactIdcircularfillableloaders |
Version | Version1.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.mikhaellopez/circularfillableloaders/ -->
<dependency>
<groupId>com.mikhaellopez</groupId>
<artifactId>circularfillableloaders</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikhaellopez/circularfillableloaders/
implementation 'com.mikhaellopez:circularfillableloaders:1.0.0'
// https://jarcasting.com/artifacts/com.mikhaellopez/circularfillableloaders/
implementation ("com.mikhaellopez:circularfillableloaders:1.0.0")
'com.mikhaellopez:circularfillableloaders:aar:1.0.0'
<dependency org="com.mikhaellopez" name="circularfillableloaders" rev="1.0.0">
<artifact name="circularfillableloaders" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikhaellopez', module='circularfillableloaders', version='1.0.0')
)
libraryDependencies += "com.mikhaellopez" % "circularfillableloaders" % "1.0.0"
[com.mikhaellopez/circularfillableloaders "1.0.0"]