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