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