| License |
License |
|---|---|
| GroupId | GroupIdorg.nicktate |
| ArtifactId | ArtifactIdprojectile |
| Version | Version1.0.2 |
| Type | Typeaar |
| Description |
DescriptionProjectile Library
Android Utility for interfacing with volley
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| projectile-1.0.2.pom | |
| projectile-1.0.2.aar | 138 KB |
| projectile-1.0.2-sources.jar | 7 KB |
| projectile-1.0.2-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.nicktate/projectile/ -->
<dependency>
<groupId>org.nicktate</groupId>
<artifactId>projectile</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.nicktate/projectile/
implementation 'org.nicktate:projectile:1.0.2'
// https://jarcasting.com/artifacts/org.nicktate/projectile/
implementation ("org.nicktate:projectile:1.0.2")
'org.nicktate:projectile:aar:1.0.2'
<dependency org="org.nicktate" name="projectile" rev="1.0.2">
<artifact name="projectile" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.nicktate', module='projectile', version='1.0.2')
)
libraryDependencies += "org.nicktate" % "projectile" % "1.0.2"
[org.nicktate/projectile "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp : okhttp | jar | 1.5.2 |
| com.google.code.gson : gson | jar | 2.2.4 |
| org.apache.commons : commons-lang3 | jar | 3.1 |