MVN

net.databinder.maven.net.databinder : data-app

Maven & Gradle

Nov 02, 2006

Databinder application archetype · To make creating a new Databinder application easier, this archetype includes all required sources and resources.

<plugin>
    <groupId>net.databinder.maven.net.databinder</groupId>
    <artifactId>data-app</artifactId>
    <version>0.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.databinder.maven.net.databinder : data-app to add to Maven - Latest Versions:

  • Latest Stable: 0.9

All Versions

Choose a version of net.databinder.maven.net.databinder : data-app to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9
data-app-0.9
0.8
data-app-0.8
0.7
data-app-0.7
0.6
data-app-0.6
0.5
data-app-0.5
0.4
data-app-0.4
0.3
data-app-0.3
0.2
data-app-0.2
0.1
data-app-0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.databinder.maven.net.databinder</groupId>
    <artifactId>data-app</artifactId>
    <version>0.9</version>
</plugin>