s

sbdh

Library for producing and consuming various variants of Standard Business Documents according to the UN/CEFACT SBDH TS v1.3
https://github.com/difi/vefa-sbdh
European Union Public Licence (EUPL v.1.1) Mozilla Public License, Version 2.0
Norwegian Agency for Public Management and eGovernment
Steinar Overbeck Cook
Files download
File Operation
sbdh-0.9.2.jar download
sbdh-0.9.2.pom download
sbdh-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>no.difi.vefa</groupId>
  <artifactId>sbdh</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'no.difi.vefa:sbdh:0.9.2'
Gradle Kotlin
implementation("no.difi.vefa:sbdh:0.9.2")
Scala SBT
libraryDependencies += "no.difi.vefa" % "sbdh" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='no.difi.vefa', module='sbdh', version='0.9.2')
)
Apache Ivy
<dependency org="no.difi.vefa" name="sbdh" rev="0.9.2" />
Leiningen
[no.difi.vefa/sbdh "0.9.2"]
Apache Buildr
'no.difi.vefa:sbdh:jar:0.9.2'