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