is not current version
Last Version 1.0.2

com.denghb:forest 1.0

Simple RESTful Server

GroupId

GroupId

com.denghb
ArtifactId

ArtifactId

forest
Version

Version

1.0
Type

Type

jar

Download forest 1.0


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