f

file-encryption-share-jar

Sample Share JAR Module (to be included in the share.war) - part of AIO - SDK 3
文件下载
文件名 操作
file-encryption-share-jar-2.0.2.jar 下载
file-encryption-share-jar-2.0.2.pom 下载
file-encryption-share-jar-2.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.nwforrer</groupId>
  <artifactId>file-encryption-share-jar</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.nwforrer:file-encryption-share-jar:2.0.2'
Gradle Kotlin
implementation("com.github.nwforrer:file-encryption-share-jar:2.0.2")
Scala SBT
libraryDependencies += "com.github.nwforrer" % "file-encryption-share-jar" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nwforrer', module='file-encryption-share-jar', version='2.0.2')
)
Apache Ivy
<dependency org="com.github.nwforrer" name="file-encryption-share-jar" rev="2.0.2" />
Leiningen
[com.github.nwforrer/file-encryption-share-jar "2.0.2"]
Apache Buildr
'com.github.nwforrer:file-encryption-share-jar:jar:2.0.2'