MVN

com.phloc : phloc-ubl

Maven & Gradle

May 21, 2014

phloc-ubl · Library for managed reading and writing of UBL 2.0 and 2.1 documents

<dependency>
    <groupId>com.phloc</groupId>
    <artifactId>phloc-ubl</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.phloc : phloc-ubl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of com.phloc : phloc-ubl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
phloc-ubl-3.2.0

How to add a dependency to Maven

Add the following com.phloc : phloc-ubl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.phloc</groupId>
    <artifactId>phloc-ubl</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.phloc : phloc-ubl gradle dependency to your build.gradle file:

implementation 'com.phloc:phloc-ubl:3.2.0'

Gradle Kotlin DSL: Add the following com.phloc : phloc-ubl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.phloc:phloc-ubl:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.phloc : phloc-ubl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.phloc" % "phloc-ubl" % "3.2.0"

Advertisement

Dependencies from Group

Jul 02, 2020
70 usages
0 stars
May 23, 2014
21 usages
Aug 23, 2019
20 usages
0 stars
Jul 14, 2023
11 usages
0 stars
Feb 21, 2019
11 usages
0 stars

Discover Dependencies