MVN

com.alexkasko.springjdbc.typedqueries : typed-queries-maven-plugin

Maven & Gradle

Nov 22, 2013
3 stars

Typed SQL queries for spring-jdbc maven plugin · Takes file with SQL queries and generates java methods for executing each query with JdbcTemplate. For queries, that take input parameters, also generates an interface containing typed parameters getters.

<plugin>
    <groupId>com.alexkasko.springjdbc.typedqueries</groupId>
    <artifactId>typed-queries-maven-plugin</artifactId>
    <version>1.4.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alexkasko.springjdbc.typedqueries : typed-queries-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.4

All Versions

Choose a version of com.alexkasko.springjdbc.typedqueries : typed-queries-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
typed-queries-maven-plugin-1.4.4
typed-queries-maven-plugin-1.4.3
typed-queries-maven-plugin-1.4.2
typed-queries-maven-plugin-1.4.1
1.4
typed-queries-maven-plugin-1.4
1.3.x
typed-queries-maven-plugin-1.3.2
typed-queries-maven-plugin-1.3.1
1.3
typed-queries-maven-plugin-1.3
1.2.x
typed-queries-maven-plugin-1.2.1
1.2
typed-queries-maven-plugin-1.2
1.1
typed-queries-maven-plugin-1.1
1.0
typed-queries-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.alexkasko.springjdbc.typedqueries</groupId>
    <artifactId>typed-queries-maven-plugin</artifactId>
    <version>1.4.4</version>
</plugin>