remotedocumentencryption.messageformat.zipped
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.mefitihe</groupId>
<artifactId>remotedocumentencryption.messageformat.zipped</artifactId>
<version>0.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.mefitihe</groupId>
<artifactId>remotedocumentencryption.messageformat.zipped</artifactId>
<version>0.0.1</version>
<name>Remote Document Encryption Zipped Message Format</name>
<description>Implementation of a message format that encrypts multiple files using RDE and packages them in a single zip file.</description>
<url>https://github.com/playtime222/RemoteDocumentEncryption.MessageFormat-Java/ReadMe.md</url>
<licenses>
<license>
<name>EUROPEAN UNION PUBLIC LICENCE v. 1.2</name>
<url>https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>playtime</id>
<name>Steve Kellaway</name>
<email>steve.kellaway@mefitihe.com</email>
</developer>
</developers>
<scm>
<url>https://github.com/playtime222/RemoteDocumentEncryption.MessageFormat-Java.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>