GroupId | GroupIdcom.dtflys.forest |
---|---|
ArtifactId | ArtifactIdforest-core |
Version | Version1.4.0-RC6 |
Type | Typejar |
Filename | Size |
---|---|
forest-core-1.4.0-RC6.pom | |
forest-core-1.4.0-RC6.jar | 273 KB |
forest-core-1.4.0-RC6-sources.jar | 172 KB |
forest-core-1.4.0-RC6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dtflys.forest/forest-core/ -->
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-core</artifactId>
<version>1.4.0-RC6</version>
</dependency>
// https://jarcasting.com/artifacts/com.dtflys.forest/forest-core/
implementation 'com.dtflys.forest:forest-core:1.4.0-RC6'
// https://jarcasting.com/artifacts/com.dtflys.forest/forest-core/
implementation ("com.dtflys.forest:forest-core:1.4.0-RC6")
'com.dtflys.forest:forest-core:jar:1.4.0-RC6'
<dependency org="com.dtflys.forest" name="forest-core" rev="1.4.0-RC6">
<artifact name="forest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dtflys.forest', module='forest-core', version='1.4.0-RC6')
)
libraryDependencies += "com.dtflys.forest" % "forest-core" % "1.4.0-RC6"
[com.dtflys.forest/forest-core "1.4.0-RC6"]