is not current version
Last Version 1.3.3

com.google.code.gwtsecurity:gwtsecurity-core 1.2.3

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-core
Version

Version

1.2.3
Type

Type

jar

Download gwtsecurity-core 1.2.3


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