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.3.jar download
sbdh-0.9.3.pom download
sbdh-0.9.3-sources.jar download
Apache Maven
<dependency>
  <groupId>no.difi.vefa</groupId>
  <artifactId>sbdh</artifactId>
  <version>0.9.3</version>
</dependency>
Gradle Groovy
implementation 'no.difi.vefa:sbdh:0.9.3'
Gradle Kotlin
implementation("no.difi.vefa:sbdh:0.9.3")
Scala SBT
libraryDependencies += "no.difi.vefa" % "sbdh" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='no.difi.vefa', module='sbdh', version='0.9.3')
)
Apache Ivy
<dependency org="no.difi.vefa" name="sbdh" rev="0.9.3" />
Leiningen
[no.difi.vefa/sbdh "0.9.3"]
Apache Buildr
'no.difi.vefa:sbdh:jar:0.9.3'