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