p

ph-ubl20

Library for reading and writing UBL 2.0 documents
https://github.com/phax/ph-ubl/ph-ubl20
Apache 2
Philip Helger
Philip Helger
Files download
File Operation
ph-ubl20-8.0.0.jar download
ph-ubl20-8.0.0.pom download
ph-ubl20-8.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helger.ubl</groupId>
  <artifactId>ph-ubl20</artifactId>
  <version>8.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger.ubl:ph-ubl20:8.0.0'
Gradle Kotlin
implementation("com.helger.ubl:ph-ubl20:8.0.0")
Scala SBT
libraryDependencies += "com.helger.ubl" % "ph-ubl20" % "8.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.ubl', module='ph-ubl20', version='8.0.0')
)
Apache Ivy
<dependency org="com.helger.ubl" name="ph-ubl20" rev="8.0.0" />
Leiningen
[com.helger.ubl/ph-ubl20 "8.0.0"]
Apache Buildr
'com.helger.ubl:ph-ubl20:jar:8.0.0'