p

ph-ubl24

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