| License |
License |
|---|---|
| GroupId | GroupIdcom.denghb |
| ArtifactId | ArtifactIdforest |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
Descriptionforest
Simple RESTful Server
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| forest-1.0.2.pom | |
| forest-1.0.2.jar | 83 KB |
| forest-1.0.2-sources.jar | 49 KB |
| forest-1.0.2-javadoc.jar | 380 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.denghb/forest/ -->
<dependency>
<groupId>com.denghb</groupId>
<artifactId>forest</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.denghb/forest/
implementation 'com.denghb:forest:1.0.2'
// https://jarcasting.com/artifacts/com.denghb/forest/
implementation ("com.denghb:forest:1.0.2")
'com.denghb:forest:jar:1.0.2'
<dependency org="com.denghb" name="forest" rev="1.0.2">
<artifact name="forest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.denghb', module='forest', version='1.0.2')
)
libraryDependencies += "com.denghb" % "forest" % "1.0.2"
[com.denghb/forest "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| asm : asm | jar | 20041228.180559 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.xerial : sqlite-jdbc | jar | 3.21.0.1 |
| mysql : mysql-connector-java | jar | 5.1.21 |