не последняя версия
Последняя версия 1.7

com.metamug:mtg-api 1.0

Interfaces to write custom logic

Группа

Группа

com.metamug
Идентификатор

Идентификатор

mtg-api
Версия

Версия

1.0
Тип

Тип

jar

Скачать mtg-api 1.0


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