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