License |
License |
---|---|
GroupId | GroupIdcom.github.davidcarboni |
ArtifactId | ArtifactIdencrypted- |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionEncrypted HTTP Multipart Upload
Implementations of Commons Fileupload 'FileItemFactory' and 'FileItem' that provide transparent encryption of
file uploads if they get cached on disk as temporary files.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
encrypted--1.0.0.pom | |
encrypted--1.0.0.jar | 13 KB |
encrypted--1.0.0-sources.jar | 11 KB |
encrypted--1.0.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidcarboni/encrypted-/ -->
<dependency>
<groupId>com.github.davidcarboni</groupId>
<artifactId>encrypted-</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidcarboni/encrypted-/
implementation 'com.github.davidcarboni:encrypted-:1.0.0'
// https://jarcasting.com/artifacts/com.github.davidcarboni/encrypted-/
implementation ("com.github.davidcarboni:encrypted-:1.0.0")
'com.github.davidcarboni:encrypted-:jar:1.0.0'
<dependency org="com.github.davidcarboni" name="encrypted-" rev="1.0.0">
<artifact name="encrypted-" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidcarboni', module='encrypted-', version='1.0.0')
)
libraryDependencies += "com.github.davidcarboni" % "encrypted-" % "1.0.0"
[com.github.davidcarboni/encrypted- "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-fileupload : commons-fileupload | jar | 1.3.1 |
com.github.davidcarboni : cryptolite | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |