<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-sample-osgi-dining-hakkers-command_2.11</artifactId>
<version>2.3.16</version>
</dependency>
implementation group: 'com.typesafe.akka', name: 'akka-sample-osgi-dining-hakkers-command_2.11', version: '2.3.16'
implementation 'com.typesafe.akka:akka-sample-osgi-dining-hakkers-command_2.11:2.3.16'
implementation("com.typesafe.akka:akka-sample-osgi-dining-hakkers-command_2.11:2.3.16")
libraryDependencies += "com.typesafe.akka" % "akka-sample-osgi-dining-hakkers-command_2.11" % "2.3.16"
<dependency org="com.typesafe.akka" name="akka-sample-osgi-dining-hakkers-command_2.11" rev="2.3.16"/>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-sample-osgi-dining-hakkers-command_2.11', version='2.3.16')
)
[com.typesafe.akka/akka-sample-osgi-dining-hakkers-command_2.11 "2.3.16"]
'com.typesafe.akka:akka-sample-osgi-dining-hakkers-command_2.11:jar:2.3.16'