| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdcom.github.acsgh.common.scala |
| ArtifactId | ArtifactIdcore_2.12 |
| Version | Version1.2.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core_2.12-1.2.12.pom | |
| core_2.12-1.2.12.jar | 36 KB |
| core_2.12-1.2.12-sources.jar | 5 KB |
| core_2.12-1.2.12-javadoc.jar | 699 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.acsgh.common.scala/core_2.12/ -->
<dependency>
<groupId>com.github.acsgh.common.scala</groupId>
<artifactId>core_2.12</artifactId>
<version>1.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.acsgh.common.scala/core_2.12/
implementation 'com.github.acsgh.common.scala:core_2.12:1.2.12'
// https://jarcasting.com/artifacts/com.github.acsgh.common.scala/core_2.12/
implementation ("com.github.acsgh.common.scala:core_2.12:1.2.12")
'com.github.acsgh.common.scala:core_2.12:jar:1.2.12'
<dependency org="com.github.acsgh.common.scala" name="core_2.12" rev="1.2.12">
<artifact name="core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.acsgh.common.scala', module='core_2.12', version='1.2.12')
)
libraryDependencies += "com.github.acsgh.common.scala" % "core_2.12" % "1.2.12"
[com.github.acsgh.common.scala/core_2.12 "1.2.12"]