MVN

be.yildiz-games : engine-client-addon-parser-xml

Maven & Gradle

Dec 28, 2018

Yildiz Engine Client Addon Parser XML · XML Parser addon for the Yildiz Engine Client.

<dependency>
    <groupId>be.yildiz-games</groupId>
    <artifactId>engine-client-addon-parser-xml</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.yildiz-games : engine-client-addon-parser-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of be.yildiz-games : engine-client-addon-parser-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
engine-client-addon-parser-xml-2.1.0

How to add a dependency to Maven

Add the following be.yildiz-games : engine-client-addon-parser-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.yildiz-games</groupId>
    <artifactId>engine-client-addon-parser-xml</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.yildiz-games : engine-client-addon-parser-xml gradle dependency to your build.gradle file:

implementation 'be.yildiz-games:engine-client-addon-parser-xml:2.1.0'

Gradle Kotlin DSL: Add the following be.yildiz-games : engine-client-addon-parser-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("be.yildiz-games:engine-client-addon-parser-xml:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.yildiz-games : engine-client-addon-parser-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "be.yildiz-games" % "engine-client-addon-parser-xml" % "2.1.0"

Advertisement