swf-plugin-gst
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.venkatramanm.swf-all</groupId> <artifactId>swf-plugin-gst</artifactId> <version>2.11</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> <parent> <groupId>com.github.venkatramanm.swf-all</groupId> <artifactId>swf-all</artifactId> <version>2.10</version> </parent> <artifactId>swf-plugin-gst</artifactId> <name>swf-plugin-gst</name> <description>swf-plugin-gst</description> <version>2.11</version> <url>http://maven.apache.org</url> <licenses> <license> <name>MIT</name> <url>LICENSE.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:venkatramanm/swf-plugin-gst.git</connection> <developerConnection>scm:git:git@github.com:venkatramanm/swf-plugin-gst.git</developerConnection> <url>git@github.com:venkatramanm/swf-all.git</url> </scm> <developers> <developer> <id>venky</id> <name>Venkatraman Mahadevan</name> <email>venkatramanm@yahoo.com</email> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>swf-plugin-collab</artifactId> <version>[2.10,3.0)</version> </dependency> </dependencies> </project>