MVN

club.pizzalord : shire-serializer-xml

Maven & Gradle

Dec 27, 2020
1 usages
<dependency>
    <groupId>club.pizzalord</groupId>
    <artifactId>shire-serializer-xml</artifactId>
    <version>0.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.pizzalord : shire-serializer-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.9

All Versions

Choose a version of club.pizzalord : shire-serializer-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
shire-serializer-xml-0.0.9
shire-serializer-xml-0.0.8
shire-serializer-xml-0.0.7
shire-serializer-xml-0.0.6
shire-serializer-xml-0.0.5
shire-serializer-xml-0.0.4
shire-serializer-xml-0.0.3
shire-serializer-xml-0.0.2

How to add a dependency to Maven

Add the following club.pizzalord : shire-serializer-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>club.pizzalord</groupId>
    <artifactId>shire-serializer-xml</artifactId>
    <version>0.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following club.pizzalord : shire-serializer-xml gradle dependency to your build.gradle file:

implementation 'club.pizzalord:shire-serializer-xml:0.0.9'

Gradle Kotlin DSL: Add the following club.pizzalord : shire-serializer-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("club.pizzalord:shire-serializer-xml:0.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following club.pizzalord : shire-serializer-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "club.pizzalord" % "shire-serializer-xml" % "0.0.9"

Advertisement