MVN

uk.nhs.ciao : ciao-parent

Maven & Gradle

Feb 27, 2016
0 stars

ciao-parent · A parent maven module to provide default dependency management and build settings for ciao modules

<dependency>
    <groupId>uk.nhs.ciao</groupId>
    <artifactId>ciao-parent</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.nhs.ciao : ciao-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of uk.nhs.ciao : ciao-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
ciao-parent-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>uk.nhs.ciao</groupId>
    <artifactId>ciao-parent</artifactId>
    <version>0.1</version>
</dependency>