GroupId | GroupIdcom.github.alexarchambault |
---|---|
ArtifactId | ArtifactIdargonaut-shapeless_6.2_2.11 |
Version | Version1.2.0-M11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.alexarchambault/argonaut-shapeless_6.2_2.11/ -->
<dependency>
<groupId>com.github.alexarchambault</groupId>
<artifactId>argonaut-shapeless_6.2_2.11</artifactId>
<version>1.2.0-M11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexarchambault/argonaut-shapeless_6.2_2.11/
implementation 'com.github.alexarchambault:argonaut-shapeless_6.2_2.11:1.2.0-M11'
// https://jarcasting.com/artifacts/com.github.alexarchambault/argonaut-shapeless_6.2_2.11/
implementation ("com.github.alexarchambault:argonaut-shapeless_6.2_2.11:1.2.0-M11")
'com.github.alexarchambault:argonaut-shapeless_6.2_2.11:jar:1.2.0-M11'
<dependency org="com.github.alexarchambault" name="argonaut-shapeless_6.2_2.11" rev="1.2.0-M11">
<artifact name="argonaut-shapeless_6.2_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexarchambault', module='argonaut-shapeless_6.2_2.11', version='1.2.0-M11')
)
libraryDependencies += "com.github.alexarchambault" % "argonaut-shapeless_6.2_2.11" % "1.2.0-M11"
[com.github.alexarchambault/argonaut-shapeless_6.2_2.11 "1.2.0-M11"]