c

core_2.12

Core drx utilities that have no other dependencies other than the core scala lib
https://drx.cc/api
Apache License, Version 2.0
cc.drx
Aaron J. Radke
文件下载
文件名 操作
core_2.12-dp.jar 下载
core_2.12-dp.pom 下载
core_2.12-dp-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cc.drx</groupId>
  <artifactId>core_2.12</artifactId>
  <version>dp</version>
</dependency>
Gradle Groovy
implementation 'cc.drx:core_2.12:dp'
Gradle Kotlin
implementation("cc.drx:core_2.12:dp")
Scala SBT
libraryDependencies += "cc.drx" % "core_2.12" % "dp"
Groovy Grape
@Grapes(
  @Grab(group='cc.drx', module='core_2.12', version='dp')
)
Apache Ivy
<dependency org="cc.drx" name="core_2.12" rev="dp" />
Leiningen
[cc.drx/core_2.12 "dp"]
Apache Buildr
'cc.drx:core_2.12:jar:dp'