m

mystic-crypt

The target of this project is to make encryption and decryption as simple as possible
https://github.com/astrapi69/mystic-crypt
MIT License
Asterios Raptis
Asterios Raptis
文件下载
文件名 操作
mystic-crypt-9.jar 下载
mystic-crypt-9.pom 下载
mystic-crypt-9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>mystic-crypt</artifactId>
  <version>9</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:mystic-crypt:9'
Gradle Kotlin
implementation("io.github.astrapi69:mystic-crypt:9")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "mystic-crypt" % "9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='mystic-crypt', version='9')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="mystic-crypt" rev="9" />
Leiningen
[io.github.astrapi69/mystic-crypt "9"]
Apache Buildr
'io.github.astrapi69:mystic-crypt:jar:9'