GroupId | GroupIdorg.meeuw |
---|---|
ArtifactId | ArtifactIdjaxb-documentation |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
jaxb-documentation-0.2.pom | |
jaxb-documentation-0.2.jar | 15 KB |
jaxb-documentation-0.2-sources.jar | 8 KB |
jaxb-documentation-0.2-javadoc.jar | 36 KB |
Browse |
<!-- 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"]