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-6.6.3.jar download
ph-ubl20-6.6.3.pom download
ph-ubl20-6.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helger.ubl</groupId>
  <artifactId>ph-ubl20</artifactId>
  <version>6.6.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger.ubl:ph-ubl20:6.6.3'
Gradle Kotlin
implementation("com.helger.ubl:ph-ubl20:6.6.3")
Scala SBT
libraryDependencies += "com.helger.ubl" % "ph-ubl20" % "6.6.3"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.ubl', module='ph-ubl20', version='6.6.3')
)
Apache Ivy
<dependency org="com.helger.ubl" name="ph-ubl20" rev="6.6.3" />
Leiningen
[com.helger.ubl/ph-ubl20 "6.6.3"]
Apache Buildr
'com.helger.ubl:ph-ubl20:jar:6.6.3'