<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-pki_3</artifactId> <version>2.7.0-M4</version> </dependency>
implementation 'com.typesafe.akka:akka-pki_3:2.7.0-M4'
implementation("com.typesafe.akka:akka-pki_3:2.7.0-M4")
libraryDependencies += "com.typesafe.akka" % "akka-pki_3" % "2.7.0-M4"
@Grapes( @Grab(group='com.typesafe.akka', module='akka-pki_3', version='2.7.0-M4') )
<dependency org="com.typesafe.akka" name="akka-pki_3" rev="2.7.0-M4" />
[com.typesafe.akka/akka-pki_3 "2.7.0-M4"]
'com.typesafe.akka:akka-pki_3:jar:2.7.0-M4'
compile
|-- com.typesafe.akka:akka-actor_3:2.7.0-M4
|-- org.scala-lang:scala3-library_3:3.1.3
|-- com.hierynomus:asn-one:0.6.0
|-- org.slf4j:slf4j-api:1.7.36
test
|-- org.scalatest:scalatest_3:3.2.9