MVN

com.codahale : aes-gcm-siv

Maven & Gradle

Sep 27, 2018
33 stars

AES-GCM-SIV · An implementation of the AES-GCM-SIV authenticated encryption algorithm.

<dependency>
    <groupId>com.codahale</groupId>
    <artifactId>aes-gcm-siv</artifactId>
    <version>0.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codahale : aes-gcm-siv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.3

All Versions

Choose a version of com.codahale : aes-gcm-siv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
aes-gcm-siv-0.4.3
aes-gcm-siv-0.4.2
aes-gcm-siv-0.4.1
aes-gcm-siv-0.4.0
0.3.x
aes-gcm-siv-0.3.1
aes-gcm-siv-0.3.0
0.2.x
aes-gcm-siv-0.2.2
aes-gcm-siv-0.2.1
aes-gcm-siv-0.2.0
0.1.x
aes-gcm-siv-0.1.0

How to add a dependency to Maven

Add the following com.codahale : aes-gcm-siv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codahale</groupId>
    <artifactId>aes-gcm-siv</artifactId>
    <version>0.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codahale : aes-gcm-siv gradle dependency to your build.gradle file:

implementation 'com.codahale:aes-gcm-siv:0.4.3'

Gradle Kotlin DSL: Add the following com.codahale : aes-gcm-siv gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codahale:aes-gcm-siv:0.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codahale : aes-gcm-siv sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codahale" % "aes-gcm-siv" % "0.4.3"

Advertisement

Dependencies from Group

Sep 27, 2018
5 usages
35 stars
Sep 26, 2018
2 usages
203 stars
Sep 30, 2018
200 stars
Apr 01, 2019
24 stars
Sep 27, 2018
33 stars

Discover Dependencies

May 23, 2017
13 stars
Jul 16, 2023
7 usages
521 stars
Jan 02, 2020
2 usages
Oct 30, 2017
0 stars
Apr 12, 2023
1 usages
339 stars
Jan 13, 2022
67.5k stars