a

arsa

A multilingual RSA library with segmented encryption and decryption and a unified format.
https://github.com/ATATC/ARSA
The Apache License, Version 2.0
ATATC
文件下载
文件名 操作
arsa-1.2.0.jar 下载
arsa-1.2.0.pom 下载
arsa-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.atatctech</groupId>
  <artifactId>arsa</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.atatctech:arsa:1.2.0'
Gradle Kotlin
implementation("com.atatctech:arsa:1.2.0")
Scala SBT
libraryDependencies += "com.atatctech" % "arsa" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.atatctech', module='arsa', version='1.2.0')
)
Apache Ivy
<dependency org="com.atatctech" name="arsa" rev="1.2.0" />
Leiningen
[com.atatctech/arsa "1.2.0"]
Apache Buildr
'com.atatctech:arsa:jar:1.2.0'
本项目依赖