is not current version
Last Version 1.3.3

com.google.code.gwtsecurity:gwtsecurity 1.2.0b1

Provides integration for gwt and Spring Security

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Security
GroupId

GroupId

com.google.code.gwtsecurity
ArtifactId

ArtifactId

gwtsecurity
Version

Version

1.2.0b1
Type

Type

pom

Download gwtsecurity 1.2.0b1

Filename Size
gwtsecurity-1.2.0b1.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.google.code.gwtsecurity/gwtsecurity/ -->
<dependency>
    <groupId>com.google.code.gwtsecurity</groupId>
    <artifactId>gwtsecurity</artifactId>
    <version>1.2.0b1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gwtsecurity/gwtsecurity/
implementation 'com.google.code.gwtsecurity:gwtsecurity:1.2.0b1'
// https://jarcasting.com/artifacts/com.google.code.gwtsecurity/gwtsecurity/
implementation ("com.google.code.gwtsecurity:gwtsecurity:1.2.0b1")
'com.google.code.gwtsecurity:gwtsecurity:pom:1.2.0b1'
<dependency org="com.google.code.gwtsecurity" name="gwtsecurity" rev="1.2.0b1">
  <artifact name="gwtsecurity" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gwtsecurity', module='gwtsecurity', version='1.2.0b1')
)
libraryDependencies += "com.google.code.gwtsecurity" % "gwtsecurity" % "1.2.0b1"
[com.google.code.gwtsecurity/gwtsecurity "1.2.0b1"]