License |
License |
---|---|
Categories |
CategoriesSquare Business Logic Libraries Financial |
GroupId | GroupIdbr.com.thiagomoreira.foursquare |
ArtifactId | ArtifactIdfoursquare4j |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionfoursquare4j
Foursquare for Java - A Java wrapper to the Foursquare API
|
Project URL |
Project URL |
Project Organization |
Project OrganizationThiago Moreira |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
foursquare4j-1.0.0.pom | |
foursquare4j-1.0.0.jar | 14 KB |
foursquare4j-1.0.0-sources.jar | 9 KB |
foursquare4j-1.0.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.thiagomoreira.foursquare/foursquare4j/ -->
<dependency>
<groupId>br.com.thiagomoreira.foursquare</groupId>
<artifactId>foursquare4j</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.thiagomoreira.foursquare/foursquare4j/
implementation 'br.com.thiagomoreira.foursquare:foursquare4j:1.0.0'
// https://jarcasting.com/artifacts/br.com.thiagomoreira.foursquare/foursquare4j/
implementation ("br.com.thiagomoreira.foursquare:foursquare4j:1.0.0")
'br.com.thiagomoreira.foursquare:foursquare4j:jar:1.0.0'
<dependency org="br.com.thiagomoreira.foursquare" name="foursquare4j" rev="1.0.0">
<artifact name="foursquare4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.thiagomoreira.foursquare', module='foursquare4j', version='1.0.0')
)
libraryDependencies += "br.com.thiagomoreira.foursquare" % "foursquare4j" % "1.0.0"
[br.com.thiagomoreira.foursquare/foursquare4j "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : logging-interceptor | jar | 3.3.1 |
com.squareup.retrofit2 : retrofit | jar | 2.1.0 |
com.squareup.retrofit2 : converter-gson | jar | 2.1.0 |
org.apache.commons : commons-lang3 | jar | 3.4 |
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : mockwebserver | jar | 3.3.1 |