MVN

se.sunet.ati.ladok : ati-ladok3-rest-client

Maven & Gradle

May 11, 2021
1 stars

ATI Ladok 3 REST Client · A Ladok 3 REST Client as an OSGi-bundle.

<dependency>
    <groupId>se.sunet.ati.ladok</groupId>
    <artifactId>ati-ladok3-rest-client</artifactId>
    <version>1.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.sunet.ati.ladok : ati-ladok3-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12

All Versions

Choose a version of se.sunet.ati.ladok : ati-ladok3-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12
ati-ladok3-rest-client-1.12
1.11
ati-ladok3-rest-client-1.11
1.10
ati-ladok3-rest-client-1.10
1.9
ati-ladok3-rest-client-1.9
1.8.x
ati-ladok3-rest-client-1.8.0
1.7.x
ati-ladok3-rest-client-1.7.0
1.6.x
ati-ladok3-rest-client-1.6.0
1.5.x
ati-ladok3-rest-client-1.5.0
1.4.x
ati-ladok3-rest-client-1.4.0
1.3.x
ati-ladok3-rest-client-1.3.0
1.2.x
ati-ladok3-rest-client-1.2.0
1.1.x
ati-ladok3-rest-client-1.1.0
1.0.x
ati-ladok3-rest-client-1.0.0
0.84
ati-ladok3-rest-client-0.84
0.72.x
ati-ladok3-rest-client-0.72.1
0.72
ati-ladok3-rest-client-0.72

How to add a dependency to Maven

Add the following se.sunet.ati.ladok : ati-ladok3-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.sunet.ati.ladok</groupId>
    <artifactId>ati-ladok3-rest-client</artifactId>
    <version>1.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.sunet.ati.ladok : ati-ladok3-rest-client gradle dependency to your build.gradle file:

implementation 'se.sunet.ati.ladok:ati-ladok3-rest-client:1.12'

Gradle Kotlin DSL: Add the following se.sunet.ati.ladok : ati-ladok3-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("se.sunet.ati.ladok:ati-ladok3-rest-client:1.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.sunet.ati.ladok : ati-ladok3-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "se.sunet.ati.ladok" % "ati-ladok3-rest-client" % "1.12"

Advertisement