License |
License |
---|---|
GroupId | GroupIdcom.seomse.commons |
ArtifactId | ArtifactIdcrypto |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncrypto
crypto simple
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crypto-0.1.0.pom | |
crypto-0.1.0.jar | 8 KB |
crypto-0.1.0-sources.jar | 7 KB |
crypto-0.1.0-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seomse.commons/crypto/ -->
<dependency>
<groupId>com.seomse.commons</groupId>
<artifactId>crypto</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seomse.commons/crypto/
implementation 'com.seomse.commons:crypto:0.1.0'
// https://jarcasting.com/artifacts/com.seomse.commons/crypto/
implementation ("com.seomse.commons:crypto:0.1.0")
'com.seomse.commons:crypto:jar:0.1.0'
<dependency org="com.seomse.commons" name="crypto" rev="0.1.0">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seomse.commons', module='crypto', version='0.1.0')
)
libraryDependencies += "com.seomse.commons" % "crypto" % "0.1.0"
[com.seomse.commons/crypto "0.1.0"]