jsmart-scroll-archetype
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jsmartframework</groupId>
<artifactId>jsmart-scroll-archetype</artifactId>
<version>1.0.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>com.jsmartframework</groupId> <artifactId>jsmart-scroll-archetype</artifactId> <version>1.0.0</version> <packaging>jar</packaging> <name>JSmart Dynamic Scroll Archetype</name> <description>Maven archetype to create web project based on JSmart with table and list scroll control</description> <url>http://jsmartframework.com</url> <licenses> <license> <name>GNU General Public License version 3.0</name> <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:jefalbino/jsmart-scroll-archetype.git</connection> <developerConnection>scm:git:git@github.com:jefalbino/jsmart-scroll-archetype.git</developerConnection> <url>git@github.com:jefalbino/jsmart-scroll-archetype.git</url> </scm> </project>