b

blaze-epic

Configuration Pom
http://www.github.com/testing-blaze
The Apache License, Version 2.0
Nauman Shahid Jitendra Pisal John Philips
Files download
File Operation
blaze-epic-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>com.github.testing-blaze</groupId>
  <artifactId>blaze-epic</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.testing-blaze:blaze-epic:1.0.3'
Gradle Kotlin
implementation("com.github.testing-blaze:blaze-epic:1.0.3")
Scala SBT
libraryDependencies += "com.github.testing-blaze" % "blaze-epic" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.testing-blaze', module='blaze-epic', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.testing-blaze" name="blaze-epic" rev="1.0.3" />
Leiningen
[com.github.testing-blaze/blaze-epic "1.0.3"]
Apache Buildr
'com.github.testing-blaze:blaze-epic:jar:1.0.3'