文件下载
文件名 操作
akka23-test-lib_2.11-1.6.0.jar 下载
akka23-test-lib_2.11-1.6.0.pom 下载
akka23-test-lib_2.11-1.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.typesafe.conductr</groupId>
  <artifactId>akka23-test-lib_2.11</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.conductr:akka23-test-lib_2.11:1.6.0'
Gradle Kotlin
implementation("com.typesafe.conductr:akka23-test-lib_2.11:1.6.0")
Scala SBT
libraryDependencies += "com.typesafe.conductr" % "akka23-test-lib_2.11" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.conductr', module='akka23-test-lib_2.11', version='1.6.0')
)
Apache Ivy
<dependency org="com.typesafe.conductr" name="akka23-test-lib_2.11" rev="1.6.0" />
Leiningen
[com.typesafe.conductr/akka23-test-lib_2.11 "1.6.0"]
Apache Buildr
'com.typesafe.conductr:akka23-test-lib_2.11:jar:1.6.0'