| GroupId | GroupIdcom.github.fd4s |
|---|---|
| ArtifactId | ArtifactIdvulcan_2.12 |
| Version | Version1.7.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| vulcan_2.12-1.7.0.pom | |
| vulcan_2.12-1.7.0.jar | 140 KB |
| vulcan_2.12-1.7.0-sources.jar | 16 KB |
| vulcan_2.12-1.7.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fd4s/vulcan_2.12/ -->
<dependency>
<groupId>com.github.fd4s</groupId>
<artifactId>vulcan_2.12</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fd4s/vulcan_2.12/
implementation 'com.github.fd4s:vulcan_2.12:1.7.0'
// https://jarcasting.com/artifacts/com.github.fd4s/vulcan_2.12/
implementation ("com.github.fd4s:vulcan_2.12:1.7.0")
'com.github.fd4s:vulcan_2.12:jar:1.7.0'
<dependency org="com.github.fd4s" name="vulcan_2.12" rev="1.7.0">
<artifact name="vulcan_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fd4s', module='vulcan_2.12', version='1.7.0')
)
libraryDependencies += "com.github.fd4s" % "vulcan_2.12" % "1.7.0"
[com.github.fd4s/vulcan_2.12 "1.7.0"]