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