| GroupId | GroupIdcom.denghb |
|---|---|
| ArtifactId | ArtifactIdforest |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| forest-1.0.1.pom | |
| forest-1.0.1.jar | 73 KB |
| forest-1.0.1-sources.jar | 42 KB |
| forest-1.0.1-javadoc.jar | 323 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.denghb/forest/ -->
<dependency>
<groupId>com.denghb</groupId>
<artifactId>forest</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.denghb/forest/
implementation 'com.denghb:forest:1.0.1'
// https://jarcasting.com/artifacts/com.denghb/forest/
implementation ("com.denghb:forest:1.0.1")
'com.denghb:forest:jar:1.0.1'
<dependency org="com.denghb" name="forest" rev="1.0.1">
<artifact name="forest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.denghb', module='forest', version='1.0.1')
)
libraryDependencies += "com.denghb" % "forest" % "1.0.1"
[com.denghb/forest "1.0.1"]