| GroupId | GroupIdcom.denghb |
|---|---|
| ArtifactId | ArtifactIdforest |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| forest-1.0.pom | |
| forest-1.0.jar | 54 KB |
| forest-1.0-sources.jar | 30 KB |
| forest-1.0-javadoc.jar | 191 KB |
| Browse |
<!-- 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"]