| GroupId | GroupIdnl.stevenhack.volley |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| library-1.0.1.pom | |
| library-1.0.1.jar | 85 KB |
| library-1.0.1-sources.jar | 69 KB |
| library-1.0.1-javadoc.jar | 194 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.stevenhack.volley/library/ -->
<dependency>
<groupId>nl.stevenhack.volley</groupId>
<artifactId>library</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.stevenhack.volley/library/
implementation 'nl.stevenhack.volley:library:1.0.1'
// https://jarcasting.com/artifacts/nl.stevenhack.volley/library/
implementation ("nl.stevenhack.volley:library:1.0.1")
'nl.stevenhack.volley:library:jar:1.0.1'
<dependency org="nl.stevenhack.volley" name="library" rev="1.0.1">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.stevenhack.volley', module='library', version='1.0.1')
)
libraryDependencies += "nl.stevenhack.volley" % "library" % "1.0.1"
[nl.stevenhack.volley/library "1.0.1"]