GroupId | GroupIdcom.dtflys.forest |
---|---|
ArtifactId | ArtifactIdforest |
Version | Version1.5.0-BETA8 |
Type | Typepom |
Filename | Size |
---|---|
forest-1.5.0-BETA8.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dtflys.forest/forest/ -->
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest</artifactId>
<version>1.5.0-BETA8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dtflys.forest/forest/
implementation 'com.dtflys.forest:forest:1.5.0-BETA8'
// https://jarcasting.com/artifacts/com.dtflys.forest/forest/
implementation ("com.dtflys.forest:forest:1.5.0-BETA8")
'com.dtflys.forest:forest:pom:1.5.0-BETA8'
<dependency org="com.dtflys.forest" name="forest" rev="1.5.0-BETA8">
<artifact name="forest" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dtflys.forest', module='forest', version='1.5.0-BETA8')
)
libraryDependencies += "com.dtflys.forest" % "forest" % "1.5.0-BETA8"
[com.dtflys.forest/forest "1.5.0-BETA8"]