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