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