MVN

com.bekioui.plugin : client-maven-plugin

Maven & Gradle

Apr 06, 2016
0 stars

Client Maven Plugin · Generate java client of RESTful API.

<plugin>
    <groupId>com.bekioui.plugin</groupId>
    <artifactId>client-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bekioui.plugin : client-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.bekioui.plugin : client-maven-plugin to add to Maven - All Versions:

  • Version Updated
  • client-maven-plugin-1.0.1

    Apr 06, 2016
  • client-maven-plugin-1.0.0

    Apr 05, 2016

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.bekioui.plugin</groupId>
    <artifactId>client-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>