Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.typesafe.conductr |
ArtifactId | ArtifactIdakka23-conductr-lib-common_2.11 |
Version | Version1.4.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.conductr/akka23-conductr-lib-common_2.11/ -->
<dependency>
<groupId>com.typesafe.conductr</groupId>
<artifactId>akka23-conductr-lib-common_2.11</artifactId>
<version>1.4.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.conductr/akka23-conductr-lib-common_2.11/
implementation 'com.typesafe.conductr:akka23-conductr-lib-common_2.11:1.4.11'
// https://jarcasting.com/artifacts/com.typesafe.conductr/akka23-conductr-lib-common_2.11/
implementation ("com.typesafe.conductr:akka23-conductr-lib-common_2.11:1.4.11")
'com.typesafe.conductr:akka23-conductr-lib-common_2.11:jar:1.4.11'
<dependency org="com.typesafe.conductr" name="akka23-conductr-lib-common_2.11" rev="1.4.11">
<artifact name="akka23-conductr-lib-common_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.conductr', module='akka23-conductr-lib-common_2.11', version='1.4.11')
)
libraryDependencies += "com.typesafe.conductr" % "akka23-conductr-lib-common_2.11" % "1.4.11"
[com.typesafe.conductr/akka23-conductr-lib-common_2.11 "1.4.11"]