License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.panteleyev |
ArtifactId | ArtifactIdcrypto |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCrypto
Convenience wrappers for AES and MD5 encryption.
|
Filename | Size |
---|---|
crypto-1.0.1.pom | |
crypto-1.0.1.jar | 10 KB |
crypto-1.0.1-sources.jar | 8 KB |
crypto-1.0.1-javadoc.jar | 376 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.panteleyev/crypto/ -->
<dependency>
<groupId>org.panteleyev</groupId>
<artifactId>crypto</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.panteleyev/crypto/
implementation 'org.panteleyev:crypto:1.0.1'
// https://jarcasting.com/artifacts/org.panteleyev/crypto/
implementation ("org.panteleyev:crypto:1.0.1")
'org.panteleyev:crypto:jar:1.0.1'
<dependency org="org.panteleyev" name="crypto" rev="1.0.1">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.panteleyev', module='crypto', version='1.0.1')
)
libraryDependencies += "org.panteleyev" % "crypto" % "1.0.1"
[org.panteleyev/crypto "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.11 |