How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.flowlogix</groupId>
<artifactId>tapestry</artifactId>
<version>4.0.9</version>
</dependency>
Choose a version of com.flowlogix : tapestry to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
tapestry-4.0.9
|
||
tapestry-4.0.8
|
|||
tapestry-4.0.7
|
|||
tapestry-4.0.6
|
|||
tapestry-4.0.5
|
|||
tapestry-4.0.4
|
|||
tapestry-4.0.3
|
|||
tapestry-4.0.2
|
|||
tapestry-4.0.1
|
|||
4.0 |
tapestry-4.0
|
||
3.0 |
tapestry-3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.flowlogix</groupId>
<artifactId>tapestry</artifactId>
<version>4.0.9</version>
</dependency>
Advertisement