License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.nicho92 |
ArtifactId | ArtifactIdmtgstock-api-java |
Last Version | Last Version0.1.20 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmtgstock-api-java
Java implementation for MTGStock API
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mtgstock-api-java-0.1.20.pom | |
mtgstock-api-java-0.1.20.jar | 62 KB |
mtgstock-api-java-0.1.20-sources.jar | 28 KB |
mtgstock-api-java-0.1.20-javadoc.jar | 313 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicho92/mtgstock-api-java/ -->
<dependency>
<groupId>com.github.nicho92</groupId>
<artifactId>mtgstock-api-java</artifactId>
<version>0.1.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicho92/mtgstock-api-java/
implementation 'com.github.nicho92:mtgstock-api-java:0.1.20'
// https://jarcasting.com/artifacts/com.github.nicho92/mtgstock-api-java/
implementation ("com.github.nicho92:mtgstock-api-java:0.1.20")
'com.github.nicho92:mtgstock-api-java:jar:0.1.20'
<dependency org="com.github.nicho92" name="mtgstock-api-java" rev="0.1.20">
<artifact name="mtgstock-api-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicho92', module='mtgstock-api-java', version='0.1.20')
)
libraryDependencies += "com.github.nicho92" % "mtgstock-api-java" % "0.1.20"
[com.github.nicho92/mtgstock-api-java "0.1.20"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
com.google.code.gson : gson | jar | 2.8.7 |
commons-io : commons-io | jar | 2.10.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |