jped-shark-forms
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sf.jped.plugins</groupId> <artifactId>jped-shark-forms</artifactId> <version>2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?><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/maven-v4_0_0.xsd"> <parent> <groupId>net.sf.jped.plugins</groupId> <artifactId>jped-plugins-base</artifactId> <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.jped.plugins</groupId> <artifactId>jped-shark-forms</artifactId> <name>Shark forms plugin</name> <version>2.0</version> <description>Plugin that adds Shark forms support to JPED</description> <url>http://jped.sourceforge.net</url> <scm> <connection>scm:cvs:pserver:anonymous@jped.cvs.sourceforge.net:/cvsroot/jped:Plugins</connection> <developerConnection>scm:cvs:ext:@jped.cvs.sourceforge.net:/cvsroot/jped:Plugins</developerConnection> <url>http://jped.cvs.sourceforge.net/jped/Plugins/shark-form</url> <tag>Plugins-2_0</tag> </scm> <licenses> <license> <name>GNU GENERAL PUBLIC LICENSE version 2 or higher</name> <url>http://www.gnu.org/copyleft/gpl.html</url> <distribution>repo</distribution> <comments>See attached licence file for more informations</comments> </license> </licenses> <organization> <name>JPEd</name> <url>http://jped.sf.net</url> </organization> </project>