is not current version
Last Version 1.0.2

com.fizzed:blaze 1.0.1


GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

blaze
Version

Version

1.0.1
Type

Type

pom

Download blaze 1.0.1

Filename Size
blaze-1.0.1.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.fizzed/blaze/ -->
<dependency>
    <groupId>com.fizzed</groupId>
    <artifactId>blaze</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/blaze/
implementation 'com.fizzed:blaze:1.0.1'
// https://jarcasting.com/artifacts/com.fizzed/blaze/
implementation ("com.fizzed:blaze:1.0.1")
'com.fizzed:blaze:pom:1.0.1'
<dependency org="com.fizzed" name="blaze" rev="1.0.1">
  <artifact name="blaze" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='blaze', version='1.0.1')
)
libraryDependencies += "com.fizzed" % "blaze" % "1.0.1"
[com.fizzed/blaze "1.0.1"]