MVN

com.io7m.idstore : com.io7m.idstore.tls

Maven & Gradle

Dec 21, 2023

com.io7m.idstore.tls · Identity server (TLS)

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

Latest Version

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

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 1.0.0-rc0006

All Versions

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

Version Vulnerabilities Updated
1.0.x
com.io7m.idstore.tls-1.0.0
com.io7m.idstore.tls-1.0.0-rc0006
com.io7m.idstore.tls-1.0.0-rc0005
com.io7m.idstore.tls-1.0.0-rc0004
com.io7m.idstore.tls-1.0.0-rc0003
com.io7m.idstore.tls-1.0.0-rc0002
com.io7m.idstore.tls-1.0.0-rc0001

How to add a dependency to Maven

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

<dependency>
    <groupId>com.io7m.idstore</groupId>
    <artifactId>com.io7m.idstore.tls</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.io7m.idstore:com.io7m.idstore.tls:1.0.0'

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

implementation("com.io7m.idstore:com.io7m.idstore.tls:1.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.io7m.idstore" % "com.io7m.idstore.tls" % "1.0.0"