p

ph-ubl22

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