MVN

org.carewebframework : org.carewebframework.help.ohj.share

Maven & Gradle

Oct 12, 2017

CWF OHJ Library Installer · As Oracle does not publish the OHJ library to any publicly- accessible repository, it is distributed as part of this artifact and is installed to your local Maven repository during the build process.

<dependency>
    <groupId>org.carewebframework</groupId>
    <artifactId>org.carewebframework.help.ohj.share</artifactId>
    <version>6.0.0-RC2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.carewebframework : org.carewebframework.help.ohj.share to add to Maven - Latest Versions:

  • Latest Stable: 6.0.0-RC2
  • Latest Release Candidate: 6.0.0-RC2

All Versions

Choose a version of org.carewebframework : org.carewebframework.help.ohj.share to add to Maven - All Versions:

Version Vulnerabilities Updated
6.0.x
org.carewebframework.help.ohj.share-6.0.0-RC2
org.carewebframework.help.ohj.share-6.0.0-RC1
5.0.x
org.carewebframework.help.ohj.share-5.0.0-RC5
org.carewebframework.help.ohj.share-5.0.0-RC4
org.carewebframework.help.ohj.share-5.0.0-RC3
org.carewebframework.help.ohj.share-5.0.0-RC2
org.carewebframework.help.ohj.share-5.0.0-RC1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.carewebframework</groupId>
    <artifactId>org.carewebframework.help.ohj.share</artifactId>
    <version>6.0.0-RC2</version>
</dependency>

Advertisement