License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.github.ttt43ttt |
ArtifactId | ArtifactIdgwt-crypto |
Last Version | Last Version2.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWT Crypto
A GWT cryptography library ported from Legion of the Bouncy Castle.
|
Project URL |
Project URL |
Filename | Size |
---|---|
gwt-crypto-2.7.0.pom | |
gwt-crypto-2.7.0.jar | 3 MB |
gwt-crypto-2.7.0-sources.jar | 2 MB |
gwt-crypto-2.7.0-javadoc.jar | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ttt43ttt/gwt-crypto/ -->
<dependency>
<groupId>com.github.ttt43ttt</groupId>
<artifactId>gwt-crypto</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ttt43ttt/gwt-crypto/
implementation 'com.github.ttt43ttt:gwt-crypto:2.7.0'
// https://jarcasting.com/artifacts/com.github.ttt43ttt/gwt-crypto/
implementation ("com.github.ttt43ttt:gwt-crypto:2.7.0")
'com.github.ttt43ttt:gwt-crypto:jar:2.7.0'
<dependency org="com.github.ttt43ttt" name="gwt-crypto" rev="2.7.0">
<artifact name="gwt-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ttt43ttt', module='gwt-crypto', version='2.7.0')
)
libraryDependencies += "com.github.ttt43ttt" % "gwt-crypto" % "2.7.0"
[com.github.ttt43ttt/gwt-crypto "2.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ttt43ttt : gwtx | jar | 2.7.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | |
com.google.gwt : gwt-dev | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |