b

blaze-groovy

文件下载
文件名 操作
blaze-groovy-1.2.0.jar 下载
blaze-groovy-1.2.0.pom 下载
blaze-groovy-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.fizzed</groupId>
  <artifactId>blaze-groovy</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.fizzed:blaze-groovy:1.2.0'
Gradle Kotlin
implementation("com.fizzed:blaze-groovy:1.2.0")
Scala SBT
libraryDependencies += "com.fizzed" % "blaze-groovy" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.fizzed', module='blaze-groovy', version='1.2.0')
)
Apache Ivy
<dependency org="com.fizzed" name="blaze-groovy" rev="1.2.0" />
Leiningen
[com.fizzed/blaze-groovy "1.2.0"]
Apache Buildr
'com.fizzed:blaze-groovy:jar:1.2.0'