How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-tck</artifactId>
<version>1.7.0</version>
</dependency>
Choose a version of org.apache.isis.core : isis-core-tck to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
isis-core-tck-1.7.0
|
||
1.6.x |
isis-core-tck-1.6.0
|
||
1.5.x |
isis-core-tck-1.5.0
|
||
1.4.x |
isis-core-tck-1.4.0
|
||
1.3.x |
isis-core-tck-1.3.0
|
||
1.2.x |
isis-core-tck-1.2.0
|
||
1.1.x |
isis-core-tck-1.1.0
|
||
1.0.x |
isis-core-tck-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-tck</artifactId>
<version>1.7.0</version>
</dependency>
Advertisement