MVN

com.io7m.idstore : com.io7m.idstore.oci

Maven & Gradle

Jul 04, 2023

com.io7m.idstore.oci · Identity server (OCI image)

<dependency>
    <groupId>com.io7m.idstore</groupId>
    <artifactId>com.io7m.idstore.oci</artifactId>
    <version>1.0.0-beta0017</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.io7m.idstore : com.io7m.idstore.oci to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta0017
  • Latest Beta: 1.0.0-beta0017

All Versions

Choose a version of com.io7m.idstore : com.io7m.idstore.oci to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
com.io7m.idstore.oci-1.0.0-beta0017
com.io7m.idstore.oci-1.0.0-beta0016
com.io7m.idstore.oci-1.0.0-beta0015
com.io7m.idstore.oci-1.0.0-beta0014
com.io7m.idstore.oci-1.0.0-beta0013
com.io7m.idstore.oci-1.0.0-beta0011
com.io7m.idstore.oci-1.0.0-beta0010
com.io7m.idstore.oci-1.0.0-beta0009
com.io7m.idstore.oci-1.0.0-beta0008
com.io7m.idstore.oci-1.0.0-beta0007
com.io7m.idstore.oci-1.0.0-beta0006
com.io7m.idstore.oci-1.0.0-beta0005
com.io7m.idstore.oci-1.0.0-beta0004
com.io7m.idstore.oci-1.0.0-beta0003
com.io7m.idstore.oci-1.0.0-beta0002
com.io7m.idstore.oci-1.0.0-beta0001

How to add a dependency to Maven

Add the following com.io7m.idstore : com.io7m.idstore.oci maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.io7m.idstore</groupId>
    <artifactId>com.io7m.idstore.oci</artifactId>
    <version>1.0.0-beta0017</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.io7m.idstore : com.io7m.idstore.oci gradle dependency to your build.gradle file:

implementation 'com.io7m.idstore:com.io7m.idstore.oci:1.0.0-beta0017'

Gradle Kotlin DSL: Add the following com.io7m.idstore : com.io7m.idstore.oci gradle kotlin dependency to your build.gradle.kts file:

implementation("com.io7m.idstore:com.io7m.idstore.oci:1.0.0-beta0017")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.io7m.idstore : com.io7m.idstore.oci sbt scala dependency to your build.sbt file:

libraryDependencies += "com.io7m.idstore" % "com.io7m.idstore.oci" % "1.0.0-beta0017"