MVN

com.google.code.gwtsecurity : gwtsecurity

Maven & Gradle

Mar 10, 2015

Spring Security for GWT · Provides integration for gwt and Spring Security

<dependency>
    <groupId>com.google.code.gwtsecurity</groupId>
    <artifactId>gwtsecurity</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.gwtsecurity : gwtsecurity to add to Maven - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of com.google.code.gwtsecurity : gwtsecurity to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
gwtsecurity-1.3.3
gwtsecurity-1.3.2
gwtsecurity-1.3.1
gwtsecurity-1.3.0
1.2.x
gwtsecurity-1.2.4
gwtsecurity-1.2.3
gwtsecurity-1.2.2
gwtsecurity-1.2.1
gwtsecurity-1.2.0
gwtsecurity-1.2.0b1
1.1.x
gwtsecurity-1.1.1
gwtsecurity-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.code.gwtsecurity</groupId>
    <artifactId>gwtsecurity</artifactId>
    <version>1.3.3</version>
</dependency>