MVN

com.github.ryanholdren.typesafesql : typesafesql-maven-plugin

Maven & Gradle

Jun 17, 2018
1 stars

TypeSafeSQL Maven Plugin

<plugin>
    <groupId>com.github.ryanholdren.typesafesql</groupId>
    <artifactId>typesafesql-maven-plugin</artifactId>
    <version>2018-06-16</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2018-06-16

All Versions

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

Version Vulnerabilities Updated
2018
typesafesql-maven-plugin-2018-06-16

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.ryanholdren.typesafesql</groupId>
    <artifactId>typesafesql-maven-plugin</artifactId>
    <version>2018-06-16</version>
</plugin>

Advertisement