a

akomantoso-lib

This is a java class representation of the Akoma Ntoso XML schema. Akoma Ntoso is an emerging legal document standard for representing legislative and judicial documents in XML format. See both http://www.akomtantoso.org and http://code.google.com/p/akomantoso. This library is generated using JAXB on the Akoma Ntoso 3.0 schema.
https://github.com/kohsah/akomantoso-lib
Apache License, Version 2.0
Files download
File Operation
akomantoso-lib-1.0.9.jar download
akomantoso-lib-1.0.9.pom download
akomantoso-lib-1.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.kohsah</groupId>
  <artifactId>akomantoso-lib</artifactId>
  <version>1.0.9</version>
</dependency>
Gradle Groovy
implementation 'io.github.kohsah:akomantoso-lib:1.0.9'
Gradle Kotlin
implementation("io.github.kohsah:akomantoso-lib:1.0.9")
Scala SBT
libraryDependencies += "io.github.kohsah" % "akomantoso-lib" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.kohsah', module='akomantoso-lib', version='1.0.9')
)
Apache Ivy
<dependency org="io.github.kohsah" name="akomantoso-lib" rev="1.0.9" />
Leiningen
[io.github.kohsah/akomantoso-lib "1.0.9"]
Apache Buildr
'io.github.kohsah:akomantoso-lib:jar:1.0.9'