MVN

io.github.pdvrieze.xmlutil : serialutil-metadata

Maven & Gradle

Apr 29, 2021
350 stars

project ':serialutil' · Component of the XMLUtil library

<dependency>
    <groupId>io.github.pdvrieze.xmlutil</groupId>
    <artifactId>serialutil-metadata</artifactId>
    <version>0.82.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.pdvrieze.xmlutil : serialutil-metadata to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.82.0

All Versions

Choose a version of io.github.pdvrieze.xmlutil : serialutil-metadata to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.82.x
serialutil-metadata-0.82.0
0.81.x
serialutil-metadata-0.81.2

How to add a dependency to Maven

Add the following io.github.pdvrieze.xmlutil : serialutil-metadata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.pdvrieze.xmlutil</groupId>
    <artifactId>serialutil-metadata</artifactId>
    <version>0.82.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.pdvrieze.xmlutil : serialutil-metadata gradle dependency to your build.gradle file:

implementation 'io.github.pdvrieze.xmlutil:serialutil-metadata:0.82.0'

Gradle Kotlin DSL: Add the following io.github.pdvrieze.xmlutil : serialutil-metadata gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.pdvrieze.xmlutil:serialutil-metadata:0.82.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.pdvrieze.xmlutil : serialutil-metadata sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.pdvrieze.xmlutil" % "serialutil-metadata" % "0.82.0"