Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.xazzle |
ArtifactId | ArtifactIdxazzle |
Version | Version0.38 |
Type | Typejar |
Filename | Size |
---|---|
xazzle-0.38.pom | |
xazzle-0.38.jar | 263 KB |
xazzle-0.38-sources.jar | 117 KB |
xazzle-0.38-javadoc.jar | 355 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.xazzle/xazzle/ -->
<dependency>
<groupId>net.sourceforge.xazzle</groupId>
<artifactId>xazzle</artifactId>
<version>0.38</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.xazzle/xazzle/
implementation 'net.sourceforge.xazzle:xazzle:0.38'
// https://jarcasting.com/artifacts/net.sourceforge.xazzle/xazzle/
implementation ("net.sourceforge.xazzle:xazzle:0.38")
'net.sourceforge.xazzle:xazzle:jar:0.38'
<dependency org="net.sourceforge.xazzle" name="xazzle" rev="0.38">
<artifact name="xazzle" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.xazzle', module='xazzle', version='0.38')
)
libraryDependencies += "net.sourceforge.xazzle" % "xazzle" % "0.38"
[net.sourceforge.xazzle/xazzle "0.38"]