is not current version
Last Version 1.2

com.github.treeleafj:test 1.0-RELEASE

treeleaf framework

Categories

Categories

Leaf Data Databases
GroupId

GroupId

com.github.treeleafj
ArtifactId

ArtifactId

test
Version

Version

1.0-RELEASE
Type

Type

jar

Download test 1.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.treeleafj/test/ -->
<dependency>
    <groupId>com.github.treeleafj</groupId>
    <artifactId>test</artifactId>
    <version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.treeleafj/test/
implementation 'com.github.treeleafj:test:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.treeleafj/test/
implementation ("com.github.treeleafj:test:1.0-RELEASE")
'com.github.treeleafj:test:jar:1.0-RELEASE'
<dependency org="com.github.treeleafj" name="test" rev="1.0-RELEASE">
  <artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.treeleafj', module='test', version='1.0-RELEASE')
)
libraryDependencies += "com.github.treeleafj" % "test" % "1.0-RELEASE"
[com.github.treeleafj/test "1.0-RELEASE"]