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