не последняя версия
Последняя версия 1.0.2

com.denghb:forest 1.0

Simple RESTful Server

Группа

Группа

com.denghb
Идентификатор

Идентификатор

forest
Версия

Версия

1.0
Тип

Тип

jar

Скачать 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"]