b

blaze-core

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