GroupId | GroupIdcom.gitlab.marvinh |
---|---|
ArtifactId | ArtifactIdflexible-tree |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
flexible-tree-1.2.pom | |
flexible-tree-1.2.jar | 32 KB |
flexible-tree-1.2-sources.jar | 14 KB |
flexible-tree-1.2-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/flexible-tree/ -->
<dependency>
<groupId>com.gitlab.marvinh</groupId>
<artifactId>flexible-tree</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/flexible-tree/
implementation 'com.gitlab.marvinh:flexible-tree:1.2'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/flexible-tree/
implementation ("com.gitlab.marvinh:flexible-tree:1.2")
'com.gitlab.marvinh:flexible-tree:jar:1.2'
<dependency org="com.gitlab.marvinh" name="flexible-tree" rev="1.2">
<artifact name="flexible-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='flexible-tree', version='1.2')
)
libraryDependencies += "com.gitlab.marvinh" % "flexible-tree" % "1.2"
[com.gitlab.marvinh/flexible-tree "1.2"]