MVN

com.github.pinguet62 : java2typescript-maven-plugin

Maven & Gradle

Jan 14, 2017
0 stars

Java2Typescript Maven plugin · Maven plugin who transforms DTO from Java to TypeScript

<plugin>
    <groupId>com.github.pinguet62</groupId>
    <artifactId>java2typescript-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pinguet62 : java2typescript-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.github.pinguet62 : java2typescript-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
java2typescript-maven-plugin-1.0

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.github.pinguet62</groupId>
    <artifactId>java2typescript-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>