How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-bayeux</artifactId>
<version>5.2.0</version>
</dependency>
Choose a version of org.smallmind : smallmind-bayeux to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.2.x |
smallmind-bayeux-5.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-bayeux</artifactId>
<version>5.2.0</version>
</dependency>
Advertisement