Bandcamp API client

Java project containing classes for the bandcamp API (http://bandcamp.com/developer)

License

License

Simplified BSD License
Bandcamp API Terms of Use Agreement
Bandcamp Terms of Use Agreement
Bandcamp Privacy Policy
Categories

Categories

CLI User Interface
GroupId

GroupId

com.randomnoun.bandcamp
ArtifactId

ArtifactId

bandcamp-api-client
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Bandcamp API client
Java project containing classes for the bandcamp API (http://bandcamp.com/developer)
Project Organization

Project Organization

randomnoun

Download bandcamp-api-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.randomnoun.bandcamp/bandcamp-api-client/ -->
<dependency>
    <groupId>com.randomnoun.bandcamp</groupId>
    <artifactId>bandcamp-api-client</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.randomnoun.bandcamp/bandcamp-api-client/
implementation 'com.randomnoun.bandcamp:bandcamp-api-client:1.0.0'
// https://jarcasting.com/artifacts/com.randomnoun.bandcamp/bandcamp-api-client/
implementation ("com.randomnoun.bandcamp:bandcamp-api-client:1.0.0")
'com.randomnoun.bandcamp:bandcamp-api-client:jar:1.0.0'
<dependency org="com.randomnoun.bandcamp" name="bandcamp-api-client" rev="1.0.0">
  <artifact name="bandcamp-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.randomnoun.bandcamp', module='bandcamp-api-client', version='1.0.0')
)
libraryDependencies += "com.randomnoun.bandcamp" % "bandcamp-api-client" % "1.0.0"
[com.randomnoun.bandcamp/bandcamp-api-client "1.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
commons-httpclient : commons-httpclient jar 3.0.1
org.json : json jar 20090211
commons-logging : commons-logging jar 1.0.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.0.15