t

tcg-mapper-android

TCG Mapper library
https://github.com/great-illuminary/tcg-mapper
MIT
Kevin Le Perf
文件下载
文件名 操作
tcg-mapper-android-0.0.3.pom 下载
tcg-mapper-android-0.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>eu.codlab</groupId>
  <artifactId>tcg-mapper-android</artifactId>
  <version>0.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'eu.codlab:tcg-mapper-android:0.0.3'
Gradle Kotlin
implementation("eu.codlab:tcg-mapper-android:0.0.3")
Scala SBT
libraryDependencies += "eu.codlab" % "tcg-mapper-android" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='eu.codlab', module='tcg-mapper-android', version='0.0.3')
)
Apache Ivy
<dependency org="eu.codlab" name="tcg-mapper-android" rev="0.0.3" />
Leiningen
[eu.codlab/tcg-mapper-android "0.0.3"]
Apache Buildr
'eu.codlab:tcg-mapper-android:jar:0.0.3'