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