Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-sample-osgi-dining-hakkers |
Version | Version2.2-M3 |
Type | Typepom |
Filename | Size |
---|---|
akka-sample-osgi-dining-hakkers-2.2-M3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-sample-osgi-dining-hakkers/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-sample-osgi-dining-hakkers</artifactId>
<version>2.2-M3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-sample-osgi-dining-hakkers/
implementation 'com.typesafe.akka:akka-sample-osgi-dining-hakkers:2.2-M3'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-sample-osgi-dining-hakkers/
implementation ("com.typesafe.akka:akka-sample-osgi-dining-hakkers:2.2-M3")
'com.typesafe.akka:akka-sample-osgi-dining-hakkers:pom:2.2-M3'
<dependency org="com.typesafe.akka" name="akka-sample-osgi-dining-hakkers" rev="2.2-M3">
<artifact name="akka-sample-osgi-dining-hakkers" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-sample-osgi-dining-hakkers', version='2.2-M3')
)
libraryDependencies += "com.typesafe.akka" % "akka-sample-osgi-dining-hakkers" % "2.2-M3"
[com.typesafe.akka/akka-sample-osgi-dining-hakkers "2.2-M3"]