GroupId | GroupIdcom.cedarsoft.utils |
---|---|
ArtifactId | ArtifactIdcrypt |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
crypt-1.3.6.pom | |
crypt-1.3.6.jar | 12 KB |
crypt-1.3.6-sources.jar | 7 KB |
crypt-1.3.6-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.utils/crypt/ -->
<dependency>
<groupId>com.cedarsoft.utils</groupId>
<artifactId>crypt</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.utils/crypt/
implementation 'com.cedarsoft.utils:crypt:1.3.6'
// https://jarcasting.com/artifacts/com.cedarsoft.utils/crypt/
implementation ("com.cedarsoft.utils:crypt:1.3.6")
'com.cedarsoft.utils:crypt:jar:1.3.6'
<dependency org="com.cedarsoft.utils" name="crypt" rev="1.3.6">
<artifact name="crypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.utils', module='crypt', version='1.3.6')
)
libraryDependencies += "com.cedarsoft.utils" % "crypt" % "1.3.6"
[com.cedarsoft.utils/crypt "1.3.6"]