GroupId | GroupIdcom.github.alexarchambault |
---|---|
ArtifactId | ArtifactIdcoursier_sjs0.6_2.11 |
Version | Version1.0.0-M2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.alexarchambault/coursier_sjs0.6_2.11/ -->
<dependency>
<groupId>com.github.alexarchambault</groupId>
<artifactId>coursier_sjs0.6_2.11</artifactId>
<version>1.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexarchambault/coursier_sjs0.6_2.11/
implementation 'com.github.alexarchambault:coursier_sjs0.6_2.11:1.0.0-M2'
// https://jarcasting.com/artifacts/com.github.alexarchambault/coursier_sjs0.6_2.11/
implementation ("com.github.alexarchambault:coursier_sjs0.6_2.11:1.0.0-M2")
'com.github.alexarchambault:coursier_sjs0.6_2.11:jar:1.0.0-M2'
<dependency org="com.github.alexarchambault" name="coursier_sjs0.6_2.11" rev="1.0.0-M2">
<artifact name="coursier_sjs0.6_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexarchambault', module='coursier_sjs0.6_2.11', version='1.0.0-M2')
)
libraryDependencies += "com.github.alexarchambault" % "coursier_sjs0.6_2.11" % "1.0.0-M2"
[com.github.alexarchambault/coursier_sjs0.6_2.11 "1.0.0-M2"]