| License |
License |
|---|---|
| GroupId | GroupIdcom.andrewswan |
| ArtifactId | ArtifactIdbgg4j |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbgg4j
A Java library for easy use of the XML API exposed by www.boardgamegeek.com (BGG).
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bgg4j-1.0.pom | |
| bgg4j-1.0.jar | 8 KB |
| bgg4j-1.0-sources.jar | 5 KB |
| bgg4j-1.0-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.andrewswan/bgg4j/ -->
<dependency>
<groupId>com.andrewswan</groupId>
<artifactId>bgg4j</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.andrewswan/bgg4j/
implementation 'com.andrewswan:bgg4j:1.0'
// https://jarcasting.com/artifacts/com.andrewswan/bgg4j/
implementation ("com.andrewswan:bgg4j:1.0")
'com.andrewswan:bgg4j:jar:1.0'
<dependency org="com.andrewswan" name="bgg4j" rev="1.0">
<artifact name="bgg4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.andrewswan', module='bgg4j', version='1.0')
)
libraryDependencies += "com.andrewswan" % "bgg4j" % "1.0"
[com.andrewswan/bgg4j "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |