GroupId | GroupIdcom.github.fd4s |
---|---|
ArtifactId | ArtifactIdvulcan-generic_2.13 |
Version | Version1.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fd4s/vulcan-generic_2.13/ -->
<dependency>
<groupId>com.github.fd4s</groupId>
<artifactId>vulcan-generic_2.13</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fd4s/vulcan-generic_2.13/
implementation 'com.github.fd4s:vulcan-generic_2.13:1.5.1'
// https://jarcasting.com/artifacts/com.github.fd4s/vulcan-generic_2.13/
implementation ("com.github.fd4s:vulcan-generic_2.13:1.5.1")
'com.github.fd4s:vulcan-generic_2.13:jar:1.5.1'
<dependency org="com.github.fd4s" name="vulcan-generic_2.13" rev="1.5.1">
<artifact name="vulcan-generic_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fd4s', module='vulcan-generic_2.13', version='1.5.1')
)
libraryDependencies += "com.github.fd4s" % "vulcan-generic_2.13" % "1.5.1"
[com.github.fd4s/vulcan-generic_2.13 "1.5.1"]