is not current version
Last Version 1.7

com.metamug:mtg-api 1.2.0

Interfaces to write custom logic

GroupId

GroupId

com.metamug
ArtifactId

ArtifactId

mtg-api
Version

Version

1.2.0
Type

Type

jar

Download mtg-api 1.2.0


<!-- https://jarcasting.com/artifacts/com.metamug/mtg-api/ -->
<dependency>
    <groupId>com.metamug</groupId>
    <artifactId>mtg-api</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.metamug/mtg-api/
implementation 'com.metamug:mtg-api:1.2.0'
// https://jarcasting.com/artifacts/com.metamug/mtg-api/
implementation ("com.metamug:mtg-api:1.2.0")
'com.metamug:mtg-api:jar:1.2.0'
<dependency org="com.metamug" name="mtg-api" rev="1.2.0">
  <artifact name="mtg-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metamug', module='mtg-api', version='1.2.0')
)
libraryDependencies += "com.metamug" % "mtg-api" % "1.2.0"
[com.metamug/mtg-api "1.2.0"]