is not current version
Last Version 2.1.0

com.github.davidcarboni:encrypted-file-upload 1.0.0

Implementations of Commons Fileupload 'FileItemFactory' and 'FileItem' that provide transparent encryption of file uploads if they get cached on disk as temporary files.

GroupId

GroupId

com.github.davidcarboni
ArtifactId

ArtifactId

encrypted-file-upload
Version

Version

1.0.0
Type

Type

jar

Download encrypted-file-upload 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.davidcarboni/encrypted-file-upload/ -->
<dependency>
    <groupId>com.github.davidcarboni</groupId>
    <artifactId>encrypted-file-upload</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidcarboni/encrypted-file-upload/
implementation 'com.github.davidcarboni:encrypted-file-upload:1.0.0'
// https://jarcasting.com/artifacts/com.github.davidcarboni/encrypted-file-upload/
implementation ("com.github.davidcarboni:encrypted-file-upload:1.0.0")
'com.github.davidcarboni:encrypted-file-upload:jar:1.0.0'
<dependency org="com.github.davidcarboni" name="encrypted-file-upload" rev="1.0.0">
  <artifact name="encrypted-file-upload" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidcarboni', module='encrypted-file-upload', version='1.0.0')
)
libraryDependencies += "com.github.davidcarboni" % "encrypted-file-upload" % "1.0.0"
[com.github.davidcarboni/encrypted-file-upload "1.0.0"]