How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.nakedobjects</groupId>
<artifactId>plugins</artifactId>
<version>headless-embedded</version>
</dependency>
Choose a version of org.nakedobjects : plugins to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0 |
plugins-4.0-alpha-4
|
||
plugins-4.0-alpha-3
|
|||
plugins-4.0-alpha-2
|
|||
plugins-4.0-alpha-1
|
|||
1.0 |
plugins-1.0-beta-1
|
||
headless |
plugins-headless-embedded
|
||
plugins-headless-junit
|
|||
plugins-headless-viewer
|
|||
plugins-headless-applib
|
|||
plugins-headless
|
|||
http |
plugins-http-remoting-server
|
||
plugins-http-remoting-client
|
|||
plugins-http-remoting
|
|||
xstream |
plugins-xstream-marshalling
|
||
xml |
plugins-xml-persistor
|
||
html |
plugins-html-viewer
|
||
plugins-html-war
|
|||
plugins-html-webapp
|
|||
plugins-html-client
|
|||
plugins-html
|
|||
dnd |
plugins-dnd-viewer
|
||
plugins-dnd-client
|
|||
sql |
plugins-sql-persistor
|
||
berkeley |
plugins-berkeley-persistor
|
||
hibernate |
plugins-hibernate-persistor
|
||
plugins-hibernate-support
|
|||
plugins-hibernate-hibernate
|
|||
plugins-hibernate
|
|||
remoting |
plugins-remoting-xstreammarshal
|
||
plugins-remoting-clientserver
|
|||
plugins-remoting
|
|||
htmlviewer |
plugins-htmlviewer-war
|
||
plugins-htmlviewer-webapp
|
|||
plugins-htmlviewer-client
|
|||
plugins-htmlviewer-viewer
|
|||
plugins-htmlviewer
|
|||
dndviewer |
plugins-dndviewer
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.nakedobjects</groupId>
<artifactId>plugins</artifactId>
<version>headless-embedded</version>
</dependency>
Advertisement