How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ogema.widgets</groupId>
<artifactId>app-collections</artifactId>
<version>2.2.1</version>
</dependency>
Choose a version of org.ogema.widgets : app-collections to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
app-collections-2.2.1
|
||
app-collections-2.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ogema.widgets</groupId>
<artifactId>app-collections</artifactId>
<version>2.2.1</version>
</dependency>
Advertisement