GroupId | GroupIdcom.github.fartherp |
---|---|
ArtifactId | ArtifactIdframework-tree |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
framework-tree-2.0.4.pom | |
framework-tree-2.0.4.jar | 20 KB |
framework-tree-2.0.4-sources.jar | 17 KB |
framework-tree-2.0.4-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/framework-tree/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>framework-tree</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/framework-tree/
implementation 'com.github.fartherp:framework-tree:2.0.4'
// https://jarcasting.com/artifacts/com.github.fartherp/framework-tree/
implementation ("com.github.fartherp:framework-tree:2.0.4")
'com.github.fartherp:framework-tree:jar:2.0.4'
<dependency org="com.github.fartherp" name="framework-tree" rev="2.0.4">
<artifact name="framework-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='framework-tree', version='2.0.4')
)
libraryDependencies += "com.github.fartherp" % "framework-tree" % "2.0.4"
[com.github.fartherp/framework-tree "2.0.4"]