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