License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jeremybrooks |
ArtifactId | ArtifactIdjinx |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJinx
A Java library to access the Flickr API.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jinx-3.0.0.pom | |
jinx-3.0.0.jar | 448 KB |
jinx-3.0.0-sources.jar | 244 KB |
jinx-3.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jeremybrooks/jinx/ -->
<dependency>
<groupId>net.jeremybrooks</groupId>
<artifactId>jinx</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jeremybrooks/jinx/
implementation 'net.jeremybrooks:jinx:3.0.0'
// https://jarcasting.com/artifacts/net.jeremybrooks/jinx/
implementation ("net.jeremybrooks:jinx:3.0.0")
'net.jeremybrooks:jinx:jar:3.0.0'
<dependency org="net.jeremybrooks" name="jinx" rev="3.0.0">
<artifact name="jinx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jeremybrooks', module='jinx', version='3.0.0')
)
libraryDependencies += "net.jeremybrooks" % "jinx" % "3.0.0"
[net.jeremybrooks/jinx "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.scribejava : scribejava-apis | jar | 6.9.0 |
com.google.code.gson : gson | jar | 2.8.6 |
org.glassfish.jaxb : jaxb-runtime | jar | 2.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |