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