MVN

com.goldmansachs.accelrx : web-contract-code-generator

Maven & Gradle

May 12, 2023

accel.rx code generator · Code generator for accel.rx, a toolset for building API driven reactive microservices

<plugin>
    <groupId>com.goldmansachs.accelrx</groupId>
    <artifactId>web-contract-code-generator</artifactId>
    <version>1.0.0-beta.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.goldmansachs.accelrx : web-contract-code-generator to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-beta.7
  • Latest Beta: 1.0.0-beta.7

All Versions

Choose a version of com.goldmansachs.accelrx : web-contract-code-generator to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
web-contract-code-generator-1.0.0-beta.7
web-contract-code-generator-1.0.0-beta.6
v1.0.x
web-contract-code-generator-v1.0.0-beta.4

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.goldmansachs.accelrx</groupId>
    <artifactId>web-contract-code-generator</artifactId>
    <version>1.0.0-beta.7</version>
</plugin>

Advertisement