| License |
License |
|---|---|
| GroupId | GroupIdcom.metamug |
| ArtifactId | ArtifactIdmtg-api |
| Version | Version1.6 |
| Type | Typejar |
| Description |
Descriptioncom.metamug:mtg-api
API SDK
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mtg-api-1.6.pom | |
| mtg-api-1.6.jar | 13 KB |
| mtg-api-1.6-sources.jar | 14 KB |
| mtg-api-1.6-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.metamug/mtg-api/ -->
<dependency>
<groupId>com.metamug</groupId>
<artifactId>mtg-api</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.metamug/mtg-api/
implementation 'com.metamug:mtg-api:1.6'
// https://jarcasting.com/artifacts/com.metamug/mtg-api/
implementation ("com.metamug:mtg-api:1.6")
'com.metamug:mtg-api:jar:1.6'
<dependency org="com.metamug" name="mtg-api" rev="1.6">
<artifact name="mtg-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metamug', module='mtg-api', version='1.6')
)
libraryDependencies += "com.metamug" % "mtg-api" % "1.6"
[com.metamug/mtg-api "1.6"]