Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.nicho92 |
ArtifactId | ArtifactIdmtgstock-api-java |
Version | Version0.1.16 |
Type | Typejar |
Filename | Size |
---|---|
mtgstock-api-java-0.1.16.pom | |
mtgstock-api-java-0.1.16.jar | 66 KB |
mtgstock-api-java-0.1.16-sources.jar | 30 KB |
mtgstock-api-java-0.1.16-javadoc.jar | 320 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.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicho92/mtgstock-api-java/
implementation 'com.github.nicho92:mtgstock-api-java:0.1.16'
// https://jarcasting.com/artifacts/com.github.nicho92/mtgstock-api-java/
implementation ("com.github.nicho92:mtgstock-api-java:0.1.16")
'com.github.nicho92:mtgstock-api-java:jar:0.1.16'
<dependency org="com.github.nicho92" name="mtgstock-api-java" rev="0.1.16">
<artifact name="mtgstock-api-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicho92', module='mtgstock-api-java', version='0.1.16')
)
libraryDependencies += "com.github.nicho92" % "mtgstock-api-java" % "0.1.16"
[com.github.nicho92/mtgstock-api-java "0.1.16"]