MVN

com.jr-database-tools.dbworkbench : connectorbuilder-maven-plugin

Maven & Gradle

Jun 25, 2023

PL/SQL Connector Builder Maven-Plugin · The PL/SQL Connector Builder Maven-Plugin is the CI/CD part of the PL/SQL Enterprise Workbench containing the PL/SQL Connector Builder generating the Java access code to call the stored procedures configured by the PL/SQL Enterprise Workbench.

<plugin>
    <groupId>com.jr-database-tools.dbworkbench</groupId>
    <artifactId>connectorbuilder-maven-plugin</artifactId>
    <version>2.5.33</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jr-database-tools.dbworkbench : connectorbuilder-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.5.33

All Versions

Choose a version of com.jr-database-tools.dbworkbench : connectorbuilder-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.5.x
connectorbuilder-maven-plugin-2.5.33
connectorbuilder-maven-plugin-2.5.32
connectorbuilder-maven-plugin-2.5.31
connectorbuilder-maven-plugin-2.5.29
connectorbuilder-maven-plugin-2.5.28
connectorbuilder-maven-plugin-2.5.27
connectorbuilder-maven-plugin-2.5.26
connectorbuilder-maven-plugin-2.5.24
connectorbuilder-maven-plugin-2.5.23

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.jr-database-tools.dbworkbench</groupId>
    <artifactId>connectorbuilder-maven-plugin</artifactId>
    <version>2.5.33</version>
</plugin>