Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.acsgh.mad.scala |
ArtifactId | ArtifactIdcore_2.12 |
Version | Version0.2.1 |
Type | Typepom |
Filename | Size |
---|---|
core_2.12-0.2.1.pom | |
core_2.12-0.2.1.jar | 1 KB |
core_2.12-0.2.1-sources.jar | 2 KB |
core_2.12-0.2.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.acsgh.mad.scala/core_2.12/ -->
<dependency>
<groupId>com.github.acsgh.mad.scala</groupId>
<artifactId>core_2.12</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.acsgh.mad.scala/core_2.12/
implementation 'com.github.acsgh.mad.scala:core_2.12:0.2.1'
// https://jarcasting.com/artifacts/com.github.acsgh.mad.scala/core_2.12/
implementation ("com.github.acsgh.mad.scala:core_2.12:0.2.1")
'com.github.acsgh.mad.scala:core_2.12:pom:0.2.1'
<dependency org="com.github.acsgh.mad.scala" name="core_2.12" rev="0.2.1">
<artifact name="core_2.12" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.acsgh.mad.scala', module='core_2.12', version='0.2.1')
)
libraryDependencies += "com.github.acsgh.mad.scala" % "core_2.12" % "0.2.1"
[com.github.acsgh.mad.scala/core_2.12 "0.2.1"]