MVN

ee.sk.smartid : smart-id-java-client

Maven & Gradle

May 06, 2023
3 usages
15 stars

Smart-ID Java client · Smart-ID Java client is a Java library that can be used for easy integration of the Smart-ID solution to information systems or e-services

<dependency>
    <groupId>ee.sk.smartid</groupId>
    <artifactId>smart-id-java-client</artifactId>
    <version>2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ee.sk.smartid : smart-id-java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3

All Versions

Choose a version of ee.sk.smartid : smart-id-java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3
smart-id-java-client-2.3
2.2.x
smart-id-java-client-2.2.2
smart-id-java-client-2.2.1
2.2
smart-id-java-client-2.2
2.1.x
smart-id-java-client-2.1.4
smart-id-java-client-2.1.3
smart-id-java-client-2.1.2
smart-id-java-client-2.1.1
2.1
smart-id-java-client-2.1
2.0
smart-id-java-client-2.0
1.6
smart-id-java-client-1.6
1.5.x
smart-id-java-client-1.5.1
1.5
smart-id-java-client-1.5
1.4
smart-id-java-client-1.4
1.3
smart-id-java-client-1.3
1.2
smart-id-java-client-1.2
1.1
smart-id-java-client-1.1
v2.1
smart-id-java-client-v2.1
1.0
smart-id-java-client-1.0

How to add a dependency to Maven

Add the following ee.sk.smartid : smart-id-java-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ee.sk.smartid</groupId>
    <artifactId>smart-id-java-client</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ee.sk.smartid : smart-id-java-client gradle dependency to your build.gradle file:

implementation 'ee.sk.smartid:smart-id-java-client:2.3'

Gradle Kotlin DSL: Add the following ee.sk.smartid : smart-id-java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("ee.sk.smartid:smart-id-java-client:2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following ee.sk.smartid : smart-id-java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "ee.sk.smartid" % "smart-id-java-client" % "2.3"

Advertisement