License |
License |
---|---|
GroupId | GroupIdde.alpharogroup |
ArtifactId | ArtifactIdcrypt-api |
Last Version | Last Version7.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncrypt-api
Provides interfaces for encrypting and decrypting bytes, text, and files
|
Project URL |
Project URL |
Project Organization |
Project OrganizationAlpha Ro Group UG (haftungsbeschrängt) |
Filename | Size |
---|---|
crypt-api-7.3.pom | |
crypt-api-7.3.jar | 31 KB |
crypt-api-7.3-sources.jar | 48 KB |
crypt-api-7.3-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.alpharogroup/crypt-api/ -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>crypt-api</artifactId>
<version>7.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/crypt-api/
implementation 'de.alpharogroup:crypt-api:7.3'
// https://jarcasting.com/artifacts/de.alpharogroup/crypt-api/
implementation ("de.alpharogroup:crypt-api:7.3")
'de.alpharogroup:crypt-api:jar:7.3'
<dependency org="de.alpharogroup" name="crypt-api" rev="7.3">
<artifact name="crypt-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='crypt-api', version='7.3')
)
libraryDependencies += "de.alpharogroup" % "crypt-api" % "7.3"
[de.alpharogroup/crypt-api "7.3"]