MVN

org.otcframework : otc

Maven & Gradle

Aug 26, 2021
2 stars

This is the parent for the two OTC modules Commons and Core

<dependency>
    <groupId>org.otcframework</groupId>
    <artifactId>otc</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.otcframework : otc to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.otcframework : otc to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
otc-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.otcframework</groupId>
    <artifactId>otc</artifactId>
    <version>1.0</version>
</dependency>

Advertisement