MVN

org.lrng.binding : namebasedxml_2.13

Maven & Gradle

Jul 01, 2020
5 usages
3 stars

nameBasedXml · nameBasedXml

<dependency>
    <groupId>org.lrng.binding</groupId>
    <artifactId>namebasedxml_2.13</artifactId>
    <version>1.0.2+14-a471dcb4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lrng.binding : namebasedxml_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2+14-a471dcb4

All Versions

Choose a version of org.lrng.binding : namebasedxml_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
namebasedxml_2.13-1.0.2
namebasedxml_2.13-1.0.2+14-a471dcb4
namebasedxml_2.13-1.0.2+12-50e0a81f
namebasedxml_2.13-1.0.2+10-fc9c3463
namebasedxml_2.13-1.0.2+8-43cb389e
namebasedxml_2.13-1.0.2+4-cd462dfd
namebasedxml_2.13-1.0.2+2-839f824d
namebasedxml_2.13-1.0.1+23-e8f56557
namebasedxml_2.13-1.0.1+17-edce42e2
namebasedxml_2.13-1.0.1+5-c9f0013c
namebasedxml_2.13-1.0.1+4-1e2cea9c
namebasedxml_2.13-1.0.1+3-8d7c374d

How to add a dependency to Maven

Add the following org.lrng.binding : namebasedxml_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lrng.binding</groupId>
    <artifactId>namebasedxml_2.13</artifactId>
    <version>1.0.2+14-a471dcb4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lrng.binding : namebasedxml_2.13 gradle dependency to your build.gradle file:

implementation 'org.lrng.binding:namebasedxml_2.13:1.0.2+14-a471dcb4'

Gradle Kotlin DSL: Add the following org.lrng.binding : namebasedxml_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lrng.binding:namebasedxml_2.13:1.0.2+14-a471dcb4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lrng.binding : namebasedxml_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lrng.binding" % "namebasedxml_2.13" % "1.0.2+14-a471dcb4"

Advertisement