is not current version
Last Version 7.5

de.alpharogroup:mystic-crypt 7

The target of this parent project is to make encryption and decryption as simple as possible.

GroupId

GroupId

de.alpharogroup
ArtifactId

ArtifactId

mystic-crypt
Version

Version

7
Type

Type

jar

Download mystic-crypt 7


<!-- https://jarcasting.com/artifacts/de.alpharogroup/mystic-crypt/ -->
<dependency>
    <groupId>de.alpharogroup</groupId>
    <artifactId>mystic-crypt</artifactId>
    <version>7</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/mystic-crypt/
implementation 'de.alpharogroup:mystic-crypt:7'
// https://jarcasting.com/artifacts/de.alpharogroup/mystic-crypt/
implementation ("de.alpharogroup:mystic-crypt:7")
'de.alpharogroup:mystic-crypt:jar:7'
<dependency org="de.alpharogroup" name="mystic-crypt" rev="7">
  <artifact name="mystic-crypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='mystic-crypt', version='7')
)
libraryDependencies += "de.alpharogroup" % "mystic-crypt" % "7"
[de.alpharogroup/mystic-crypt "7"]