Categories |
CategoriesJava Languages Scala |
---|---|
GroupId | GroupIdio.github.cquiroz |
ArtifactId | ArtifactIdscala-java-time_sjs1_2.11 |
Version | Version2.4.0-M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.cquiroz/scala-java-time_sjs1_2.11/ -->
<dependency>
<groupId>io.github.cquiroz</groupId>
<artifactId>scala-java-time_sjs1_2.11</artifactId>
<version>2.4.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cquiroz/scala-java-time_sjs1_2.11/
implementation 'io.github.cquiroz:scala-java-time_sjs1_2.11:2.4.0-M3'
// https://jarcasting.com/artifacts/io.github.cquiroz/scala-java-time_sjs1_2.11/
implementation ("io.github.cquiroz:scala-java-time_sjs1_2.11:2.4.0-M3")
'io.github.cquiroz:scala-java-time_sjs1_2.11:jar:2.4.0-M3'
<dependency org="io.github.cquiroz" name="scala-java-time_sjs1_2.11" rev="2.4.0-M3">
<artifact name="scala-java-time_sjs1_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cquiroz', module='scala-java-time_sjs1_2.11', version='2.4.0-M3')
)
libraryDependencies += "io.github.cquiroz" % "scala-java-time_sjs1_2.11" % "2.4.0-M3"
[io.github.cquiroz/scala-java-time_sjs1_2.11 "2.4.0-M3"]