is not current version
Last Version 1.0.2

org.nicktate:projectile 1.0.1

Android Utility for interfacing with volley

GroupId

GroupId

org.nicktate
ArtifactId

ArtifactId

projectile
Version

Version

1.0.1
Type

Type

aar

Download projectile 1.0.1


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