is not current version
Last Version 1.5.24

com.dtflys.forest:forest 1.4.0-BETA1

A easy HTTP client framework for Java

GroupId

GroupId

com.dtflys.forest
ArtifactId

ArtifactId

forest
Version

Version

1.4.0-BETA1
Type

Type

pom

Download forest 1.4.0-BETA1

Filename Size
forest-1.4.0-BETA1.pom 7 KB
Browse

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