is not current version
Last Version 0.4

org.meeuw:jaxb-documentation 0.2

Provided @XmlDocumentation, to make it possible generate xsd annotations from java code runtime

GroupId

GroupId

org.meeuw
ArtifactId

ArtifactId

jaxb-documentation
Version

Version

0.2
Type

Type

jar

Download jaxb-documentation 0.2


<!-- https://jarcasting.com/artifacts/org.meeuw/jaxb-documentation/ -->
<dependency>
    <groupId>org.meeuw</groupId>
    <artifactId>jaxb-documentation</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.meeuw/jaxb-documentation/
implementation 'org.meeuw:jaxb-documentation:0.2'
// https://jarcasting.com/artifacts/org.meeuw/jaxb-documentation/
implementation ("org.meeuw:jaxb-documentation:0.2")
'org.meeuw:jaxb-documentation:jar:0.2'
<dependency org="org.meeuw" name="jaxb-documentation" rev="0.2">
  <artifact name="jaxb-documentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.meeuw', module='jaxb-documentation', version='0.2')
)
libraryDependencies += "org.meeuw" % "jaxb-documentation" % "0.2"
[org.meeuw/jaxb-documentation "0.2"]