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