MVN

com.mefitihe : remotedocumentencryption.messageformat.zipped

Maven & Gradle

Feb 23, 2023
0 stars

Remote Document Encryption Zipped Message Format · Implementation of a message format that encrypts multiple files using RDE and packages them in a single zip file.

<dependency>
    <groupId>com.mefitihe</groupId>
    <artifactId>remotedocumentencryption.messageformat.zipped</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mefitihe : remotedocumentencryption.messageformat.zipped to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.mefitihe : remotedocumentencryption.messageformat.zipped to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
remotedocumentencryption.messageformat.zipped-0.0.1

How to add a dependency to Maven

Add the following com.mefitihe : remotedocumentencryption.messageformat.zipped maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mefitihe</groupId>
    <artifactId>remotedocumentencryption.messageformat.zipped</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mefitihe : remotedocumentencryption.messageformat.zipped gradle dependency to your build.gradle file:

implementation 'com.mefitihe:remotedocumentencryption.messageformat.zipped:0.0.1'

Gradle Kotlin DSL: Add the following com.mefitihe : remotedocumentencryption.messageformat.zipped gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mefitihe:remotedocumentencryption.messageformat.zipped:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mefitihe : remotedocumentencryption.messageformat.zipped sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mefitihe" % "remotedocumentencryption.messageformat.zipped" % "0.0.1"