How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>hello-kernel_2.10</artifactId>
<version>2.3.8</version>
</dependency>
Choose a version of com.typesafe.akka : hello-kernel_2.10 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
hello-kernel_2.10-2.3.8
|
||
hello-kernel_2.10-2.3.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>hello-kernel_2.10</artifactId>
<version>2.3.8</version>
</dependency>
Advertisement