yeswizard
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.yestech</groupId> <artifactId>yeswizard</artifactId> <version>1.0.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.yestech</groupId> <artifactId>yeswizard</artifactId> <version>1.0.0</version> <name>YES Tech Wizard</name> <url>http://yestech.org/sites/yeswizard/</url> <packaging>jar</packaging> <description>A framework the allows for wizard flow control</description> <parent> <groupId>org.yestech</groupId> <artifactId>yessuperpom</artifactId> <version>1.3.0</version> </parent> <scm> <connection>scm:git:git@github.com:yestech/yeswizard.git</connection> <developerConnection>scm:git:git@github.com:yestech/yeswizard.git</developerConnection> <url>http://github.com/yestech/yeswizard/tree/master</url> </scm> <organization> <name>YES Technology Association</name> <url>http://yestech.org</url> </organization> <licenses> <license> <name>LGPLv3</name> <url>http://opensource.org/licenses/lgpl-3.0.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>artie</id> <name>Artie Copeland</name> <email>http://mailhide.recaptcha.net/d?k=013dif-8KmF_OR5-Zs49rn9w==&c=ZDwNN9ZwWomHpMAaLEW0Rt3HB4aATO6AM20eeZNxLS4=</email> <roles> <role>architect</role> <role>developer</role> </roles> </developer> </developers> <ciManagement> <url>http://ci.yestech.org</url> <system>hudson</system> </ciManagement> <dependencies> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.4</version> </dependency> </dependencies> <build> <finalName>yeswizard</finalName> </build> </project>