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