Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.christophermerrill |
ArtifactId | ArtifactIdFancyFxTree |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
FancyFxTree-1.0.pom | |
FancyFxTree-1.0.jar | 40 KB |
FancyFxTree-1.0-sources.jar | 18 KB |
FancyFxTree-1.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.christophermerrill/FancyFxTree/ -->
<dependency>
<groupId>net.christophermerrill</groupId>
<artifactId>FancyFxTree</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.christophermerrill/FancyFxTree/
implementation 'net.christophermerrill:FancyFxTree:1.0'
// https://jarcasting.com/artifacts/net.christophermerrill/FancyFxTree/
implementation ("net.christophermerrill:FancyFxTree:1.0")
'net.christophermerrill:FancyFxTree:jar:1.0'
<dependency org="net.christophermerrill" name="FancyFxTree" rev="1.0">
<artifact name="FancyFxTree" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.christophermerrill', module='FancyFxTree', version='1.0')
)
libraryDependencies += "net.christophermerrill" % "FancyFxTree" % "1.0"
[net.christophermerrill/FancyFxTree "1.0"]