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