MVN

com.mazatech.amanithsvg : amanithsvg-gdx

Maven & Gradle

May 19, 2023
9 stars

AmanithSVG Lite native library for libGDX · AmanithSVG Lite native library for libGDX

<dependency>
    <groupId>com.mazatech.amanithsvg</groupId>
    <artifactId>amanithsvg-gdx</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mazatech.amanithsvg : amanithsvg-gdx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.mazatech.amanithsvg : amanithsvg-gdx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
amanithsvg-gdx-2.0.1
1.10.x
amanithsvg-gdx-1.10.1
amanithsvg-gdx-1.10.0
1.9.x
amanithsvg-gdx-1.9.9
amanithsvg-gdx-1.9.8

How to add a dependency to Maven

Add the following com.mazatech.amanithsvg : amanithsvg-gdx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mazatech.amanithsvg</groupId>
    <artifactId>amanithsvg-gdx</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mazatech.amanithsvg : amanithsvg-gdx gradle dependency to your build.gradle file:

implementation 'com.mazatech.amanithsvg:amanithsvg-gdx:2.0.1'

Gradle Kotlin DSL: Add the following com.mazatech.amanithsvg : amanithsvg-gdx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mazatech.amanithsvg:amanithsvg-gdx:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mazatech.amanithsvg : amanithsvg-gdx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mazatech.amanithsvg" % "amanithsvg-gdx" % "2.0.1"

Advertisement