MVN

tech.relaycorp : awala-keystore-file

Maven & Gradle

Aug 21, 2023
0 stars

awala-keystore-file · JVM implementation of file-based Private and Public Key Stores for Awala

<dependency>
    <groupId>tech.relaycorp</groupId>
    <artifactId>awala-keystore-file</artifactId>
    <version>1.6.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.relaycorp : awala-keystore-file to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.27

All Versions

Choose a version of tech.relaycorp : awala-keystore-file to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
awala-keystore-file-1.6.27
awala-keystore-file-1.6.26
awala-keystore-file-1.6.25
awala-keystore-file-1.6.24
awala-keystore-file-1.6.23
awala-keystore-file-1.6.22
awala-keystore-file-1.6.21
awala-keystore-file-1.6.20
awala-keystore-file-1.6.19
awala-keystore-file-1.6.18
awala-keystore-file-1.6.17
awala-keystore-file-1.6.16
awala-keystore-file-1.6.15
awala-keystore-file-1.6.14
awala-keystore-file-1.6.13
awala-keystore-file-1.6.12
awala-keystore-file-1.6.11
awala-keystore-file-1.6.10
awala-keystore-file-1.6.9
awala-keystore-file-1.6.8
awala-keystore-file-1.6.7
awala-keystore-file-1.6.6
awala-keystore-file-1.6.5
awala-keystore-file-1.6.4
awala-keystore-file-1.6.3
awala-keystore-file-1.6.2
awala-keystore-file-1.6.1
awala-keystore-file-1.6.0
1.5.x
awala-keystore-file-1.5.0
1.4.x
awala-keystore-file-1.4.0
1.3.x
awala-keystore-file-1.3.3
awala-keystore-file-1.3.2
awala-keystore-file-1.3.1
awala-keystore-file-1.3.0
1.2.x
awala-keystore-file-1.2.2
awala-keystore-file-1.2.1
awala-keystore-file-1.2.0
1.1.x
awala-keystore-file-1.1.2
awala-keystore-file-1.1.1
awala-keystore-file-1.1.0
1.0.x
awala-keystore-file-1.0.0

How to add a dependency to Maven

Add the following tech.relaycorp : awala-keystore-file maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.relaycorp</groupId>
    <artifactId>awala-keystore-file</artifactId>
    <version>1.6.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.relaycorp : awala-keystore-file gradle dependency to your build.gradle file:

implementation 'tech.relaycorp:awala-keystore-file:1.6.27'

Gradle Kotlin DSL: Add the following tech.relaycorp : awala-keystore-file gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.relaycorp:awala-keystore-file:1.6.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.relaycorp : awala-keystore-file sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.relaycorp" % "awala-keystore-file" % "1.6.27"

Advertisement