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