is not current version
Last Version 1.2.16

com.github.acsgh.common.scala:core_2.13 1.0.6

Common utils used in several projects

Categories

Categories

Scala Languages
GroupId

GroupId

com.github.acsgh.common.scala
ArtifactId

ArtifactId

core_2.13
Version

Version

1.0.6
Type

Type

pom

Download core_2.13 1.0.6


<!-- https://jarcasting.com/artifacts/com.github.acsgh.common.scala/core_2.13/ -->
<dependency>
    <groupId>com.github.acsgh.common.scala</groupId>
    <artifactId>core_2.13</artifactId>
    <version>1.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.acsgh.common.scala/core_2.13/
implementation 'com.github.acsgh.common.scala:core_2.13:1.0.6'
// https://jarcasting.com/artifacts/com.github.acsgh.common.scala/core_2.13/
implementation ("com.github.acsgh.common.scala:core_2.13:1.0.6")
'com.github.acsgh.common.scala:core_2.13:pom:1.0.6'
<dependency org="com.github.acsgh.common.scala" name="core_2.13" rev="1.0.6">
  <artifact name="core_2.13" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.acsgh.common.scala', module='core_2.13', version='1.0.6')
)
libraryDependencies += "com.github.acsgh.common.scala" % "core_2.13" % "1.0.6"
[com.github.acsgh.common.scala/core_2.13 "1.0.6"]