jui-filter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.effacy.jui</groupId>
<artifactId>jui-filter</artifactId>
<version>0.4.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.effacy.jui</groupId>
<artifactId>jui-filter</artifactId>
<version>0.4.2</version>
<name>JUI Stack - Filter</name>
<description>Java UI (JUI) for developing web-UI's using Java.</description>
<url>https://github.com/juiproject/jui-stack</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Jeremy Buckley</name>
<email>jerry@effacy.com</email>
<organization>JUI Project</organization>
<organizationUrl>https://github.com/jerrybuckley</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/juiproject/jui-stack.git/jui-filter</connection>
<developerConnection>scm:git:ssh://github.com:juiproject/jui-stack.git/jui-filter</developerConnection>
<url>http://github.com/juiproject/jui-stack/tree/master/jui-filter</url>
</scm>
<dependencies>
<dependency>
<groupId>com.effacy.jui</groupId>
<artifactId>jui-remoting</artifactId>
<version>0.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-dev</artifactId>
<version>2.12.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-jsp</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>