License |
License |
---|---|
GroupId | GroupIdcom.dtflys.forest |
ArtifactId | ArtifactIdforest |
Version | Version1.5.2-BETA |
Type | Typepom |
Description |
Descriptionforest
A easy HTTP client framework for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
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"]
Group / Artifact | Type | Version |
---|---|---|
xerces : xercesImpl | jar | 2.12.0 |
org.mock-server : mockserver-netty | jar | 3.10.4 |
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 |