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