MVN

com.github.pjfanning : xmlbeans

Maven & Gradle

Mar 16, 2018
1 usages
5 stars

XmlBeans · XmlBeans main jar

<dependency>
    <groupId>com.github.pjfanning</groupId>
    <artifactId>xmlbeans</artifactId>
    <version>2.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pjfanning : xmlbeans to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.5
  • Latest Beta: 2.7.0-beta1

All Versions

Choose a version of com.github.pjfanning : xmlbeans to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
xmlbeans-2.7.0-beta1
2.6.x
xmlbeans-2.6.5
xmlbeans-2.6.4
xmlbeans-2.6.3
xmlbeans-2.6.2
xmlbeans-2.6.1

How to add a dependency to Maven

Add the following com.github.pjfanning : xmlbeans maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.pjfanning</groupId>
    <artifactId>xmlbeans</artifactId>
    <version>2.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pjfanning : xmlbeans gradle dependency to your build.gradle file:

implementation 'com.github.pjfanning:xmlbeans:2.6.5'

Gradle Kotlin DSL: Add the following com.github.pjfanning : xmlbeans gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pjfanning:xmlbeans:2.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pjfanning : xmlbeans sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pjfanning" % "xmlbeans" % "2.6.5"