Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.acsgh.common.scala |
ArtifactId | ArtifactIdcore_2.13 |
Version | Version1.2.15 |
Type | Typejar |
Filename | Size |
---|---|
core_2.13-1.2.15.pom | |
core_2.13-1.2.15.jar | 37 KB |
core_2.13-1.2.15-sources.jar | 5 KB |
core_2.13-1.2.15-javadoc.jar | 1 MB |
Browse |
<!-- 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.2.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.acsgh.common.scala/core_2.13/
implementation 'com.github.acsgh.common.scala:core_2.13:1.2.15'
// https://jarcasting.com/artifacts/com.github.acsgh.common.scala/core_2.13/
implementation ("com.github.acsgh.common.scala:core_2.13:1.2.15")
'com.github.acsgh.common.scala:core_2.13:jar:1.2.15'
<dependency org="com.github.acsgh.common.scala" name="core_2.13" rev="1.2.15">
<artifact name="core_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.acsgh.common.scala', module='core_2.13', version='1.2.15')
)
libraryDependencies += "com.github.acsgh.common.scala" % "core_2.13" % "1.2.15"
[com.github.acsgh.common.scala/core_2.13 "1.2.15"]