MVN

io.iohk.atala.prism.apollo : apollo

Maven & Gradle

Dec 20, 2023
8 stars

Atala PRISM Apollo · Collection of the cryptographic methods used all around Atala PRISM

<dependency>
    <groupId>io.iohk.atala.prism.apollo</groupId>
    <artifactId>apollo</artifactId>
    <version>1.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.iohk.atala.prism.apollo : apollo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.10

All Versions

Choose a version of io.iohk.atala.prism.apollo : apollo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
apollo-1.2.10
apollo-1.2.9

How to add a dependency to Maven

Add the following io.iohk.atala.prism.apollo : apollo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.iohk.atala.prism.apollo</groupId>
    <artifactId>apollo</artifactId>
    <version>1.2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.iohk.atala.prism.apollo : apollo gradle dependency to your build.gradle file:

implementation 'io.iohk.atala.prism.apollo:apollo:1.2.10'

Gradle Kotlin DSL: Add the following io.iohk.atala.prism.apollo : apollo gradle kotlin dependency to your build.gradle.kts file:

implementation("io.iohk.atala.prism.apollo:apollo:1.2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.iohk.atala.prism.apollo : apollo sbt scala dependency to your build.sbt file:

libraryDependencies += "io.iohk.atala.prism.apollo" % "apollo" % "1.2.10"