License |
License |
---|---|
Categories |
CategoriesOther General Purpose Libraries |
GroupId | GroupIdcom.brotherlogic |
ArtifactId | ArtifactIddiscogs |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.brotherlogic:discogs
Discogs API for java
|
Project URL |
Project URL |
Filename | Size |
---|---|
discogs-0.4.pom | |
discogs-0.4.jar | 20 KB |
discogs-0.4-sources.jar | 10 KB |
discogs-0.4-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brotherlogic/discogs/ -->
<dependency>
<groupId>com.brotherlogic</groupId>
<artifactId>discogs</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.brotherlogic/discogs/
implementation 'com.brotherlogic:discogs:0.4'
// https://jarcasting.com/artifacts/com.brotherlogic/discogs/
implementation ("com.brotherlogic:discogs:0.4")
'com.brotherlogic:discogs:jar:0.4'
<dependency org="com.brotherlogic" name="discogs" rev="0.4">
<artifact name="discogs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brotherlogic', module='discogs', version='0.4')
)
libraryDependencies += "com.brotherlogic" % "discogs" % "0.4"
[com.brotherlogic/discogs "0.4"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
com.google.code.gson : gson | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.5 |