How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-sample-hello-kernel_2.10</artifactId>
<version>2.2.5</version>
</dependency>
Choose a version of com.typesafe.akka : akka-sample-hello-kernel_2.10 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
akka-sample-hello-kernel_2.10-2.3.6
|
||
akka-sample-hello-kernel_2.10-2.3.5
|
|||
akka-sample-hello-kernel_2.10-2.3.4
|
|||
akka-sample-hello-kernel_2.10-2.3.3
|
|||
akka-sample-hello-kernel_2.10-2.3.2
|
|||
akka-sample-hello-kernel_2.10-2.3.1
|
|||
akka-sample-hello-kernel_2.10-2.3.0
|
|||
akka-sample-hello-kernel_2.10-2.3.0-RC4
|
|||
akka-sample-hello-kernel_2.10-2.3.0-RC3
|
|||
akka-sample-hello-kernel_2.10-2.3.0-RC2
|
|||
akka-sample-hello-kernel_2.10-2.3.0-RC1
|
|||
2.3 |
akka-sample-hello-kernel_2.10-2.3-M2
|
||
akka-sample-hello-kernel_2.10-2.3-M1
|
|||
2.2.x |
akka-sample-hello-kernel_2.10-2.2.5
|
||
akka-sample-hello-kernel_2.10-2.2.4
|
|||
akka-sample-hello-kernel_2.10-2.2.3
|
|||
akka-sample-hello-kernel_2.10-2.2.2
|
|||
akka-sample-hello-kernel_2.10-2.2.1
|
|||
akka-sample-hello-kernel_2.10-2.2.0
|
|||
akka-sample-hello-kernel_2.10-2.2.0-RC2
|
|||
akka-sample-hello-kernel_2.10-2.2.0-RC1
|
|||
2.2 |
akka-sample-hello-kernel_2.10-2.2-M3
|
||
akka-sample-hello-kernel_2.10-2.2-M2
|
|||
akka-sample-hello-kernel_2.10-2.2-M1
|
|||
2.1.x |
akka-sample-hello-kernel_2.10-2.1.4
|
||
akka-sample-hello-kernel_2.10-2.1.3
|
|||
akka-sample-hello-kernel_2.10-2.1.2
|
|||
akka-sample-hello-kernel_2.10-2.1.1
|
|||
akka-sample-hello-kernel_2.10-2.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-sample-hello-kernel_2.10</artifactId>
<version>2.2.5</version>
</dependency>
Advertisement