f

flower-spring

Files download
File Operation
flower-spring-1.4.1.jar download
flower-spring-1.4.1.pom download
flower-spring-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.xdcrafts</groupId>
  <artifactId>flower-spring</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.xdcrafts:flower-spring:1.4.1'
Gradle Kotlin
implementation("com.github.xdcrafts:flower-spring:1.4.1")
Scala SBT
libraryDependencies += "com.github.xdcrafts" % "flower-spring" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.xdcrafts', module='flower-spring', version='1.4.1')
)
Apache Ivy
<dependency org="com.github.xdcrafts" name="flower-spring" rev="1.4.1" />
Leiningen
[com.github.xdcrafts/flower-spring "1.4.1"]
Apache Buildr
'com.github.xdcrafts:flower-spring:jar:1.4.1'