is not current version
Last Version 1.5.24

forest 1.5.2-BETA

A easy HTTP client framework for Java

License

License

GroupId

GroupId

com.dtflys.forest
ArtifactId

ArtifactId

forest
Version

Version

1.5.2-BETA
Type

Type

pom
Description

Description

forest
A easy HTTP client framework for Java
Project URL

Project URL

https://github.com/mySingleLive/forest
Source Code Management

Source Code Management

https://github.com/mySingleLive/forest

Download forest 1.5.2-BETA

Filename Size
forest-1.5.2-BETA.pom 7 KB
Browse

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

Dependencies

provided (2)

Group / Artifact Type Version
xerces : xercesImpl jar 2.12.0
org.mock-server : mockserver-netty jar 3.10.4

test (3)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.5
junit : junit jar [4.13.1,)
com.github.dreamhead : moco-core jar 0.12.0

Project Modules

  • forest-core
  • forest-spring
  • forest-spring-boot-starter