Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.acsgh.common.scala |
ArtifactId | ArtifactIdcore_2.13 |
Version | Version1.0.6 |
Type | Typepom |
Filename | Size |
---|---|
core_2.13-1.0.6.pom | |
core_2.13-1.0.6.jar | 1 KB |
core_2.13-1.0.6-sources.jar | 5 KB |
core_2.13-1.0.6-javadoc.jar | 261 bytes |
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.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"]