Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Security |
---|---|
GroupId | GroupIdcom.google.code.gwtsecurity |
ArtifactId | ArtifactIdgwtsecurity |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
gwtsecurity-1.1.0.pom | |
gwtsecurity-1.1.0.jar | 57 KB |
gwtsecurity-1.1.0-sources.jar | 29 KB |
gwtsecurity-1.1.0-javadoc.jar | 246 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.gwtsecurity/gwtsecurity/ -->
<dependency>
<groupId>com.google.code.gwtsecurity</groupId>
<artifactId>gwtsecurity</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gwtsecurity/gwtsecurity/
implementation 'com.google.code.gwtsecurity:gwtsecurity:1.1.0'
// https://jarcasting.com/artifacts/com.google.code.gwtsecurity/gwtsecurity/
implementation ("com.google.code.gwtsecurity:gwtsecurity:1.1.0")
'com.google.code.gwtsecurity:gwtsecurity:jar:1.1.0'
<dependency org="com.google.code.gwtsecurity" name="gwtsecurity" rev="1.1.0">
<artifact name="gwtsecurity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gwtsecurity', module='gwtsecurity', version='1.1.0')
)
libraryDependencies += "com.google.code.gwtsecurity" % "gwtsecurity" % "1.1.0"
[com.google.code.gwtsecurity/gwtsecurity "1.1.0"]