GroupId | GroupIdcom.github.fartherp |
---|---|
ArtifactId | ArtifactIdframework-tree |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
framework-tree-1.0.2.pom | |
framework-tree-1.0.2.jar | 20 KB |
framework-tree-1.0.2-sources.jar | 17 KB |
framework-tree-1.0.2-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>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/framework-tree/
implementation 'com.github.fartherp:framework-tree:1.0.2'
// https://jarcasting.com/artifacts/com.github.fartherp/framework-tree/
implementation ("com.github.fartherp:framework-tree:1.0.2")
'com.github.fartherp:framework-tree:jar:1.0.2'
<dependency org="com.github.fartherp" name="framework-tree" rev="1.0.2">
<artifact name="framework-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='framework-tree', version='1.0.2')
)
libraryDependencies += "com.github.fartherp" % "framework-tree" % "1.0.2"
[com.github.fartherp/framework-tree "1.0.2"]