GroupId | GroupIdjaxme |
---|---|
ArtifactId | ArtifactIdjaxme2 |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
jaxme2-0.4.pom | |
jaxme2-0.4.jar | 354 KB |
jaxme2-0.4-src.distribution-zip | 302 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jaxme/jaxme2/ -->
<dependency>
<groupId>jaxme</groupId>
<artifactId>jaxme2</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/jaxme/jaxme2/
implementation 'jaxme:jaxme2:0.4'
// https://jarcasting.com/artifacts/jaxme/jaxme2/
implementation ("jaxme:jaxme2:0.4")
'jaxme:jaxme2:jar:0.4'
<dependency org="jaxme" name="jaxme2" rev="0.4">
<artifact name="jaxme2" type="jar" />
</dependency>
@Grapes(
@Grab(group='jaxme', module='jaxme2', version='0.4')
)
libraryDependencies += "jaxme" % "jaxme2" % "0.4"
[jaxme/jaxme2 "0.4"]