MVN

se.uhr.simone : simone.api

Maven & Gradle

Apr 01, 2022
1 usages
3 stars
<dependency>
    <groupId>se.uhr.simone</groupId>
    <artifactId>simone.api</artifactId>
    <version>3.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.uhr.simone : simone.api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.4

All Versions

Choose a version of se.uhr.simone : simone.api to add to Maven or Gradle - All Versions:

  • Version Updated
  • simone.api-3.3.4

    Apr 01, 2022
  • simone.api-3.3.3

    Jan 12, 2022
  • simone.api-3.3.2

    Oct 13, 2021
  • simone.api-3.3.1

    Oct 12, 2021
  • simone.api-3.3.0

    Jul 08, 2021
  • simone.api-3.2.0

    Mar 26, 2021
  • simone.api-3.1.2

    Jun 15, 2020
  • simone.api-3.1.1

    May 26, 2020
  • simone.api-3.1.0

    Apr 30, 2020
  • simone.api-3.0.1

    Apr 15, 2020

How to add a dependency to Maven

Add the following se.uhr.simone : simone.api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.uhr.simone</groupId>
    <artifactId>simone.api</artifactId>
    <version>3.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.uhr.simone : simone.api gradle dependency to your build.gradle file:

implementation 'se.uhr.simone:simone.api:3.3.4'

Gradle Kotlin DSL: Add the following se.uhr.simone : simone.api gradle kotlin dependency to your build.gradle.kts file:

implementation("se.uhr.simone:simone.api:3.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.uhr.simone : simone.api sbt scala dependency to your build.sbt file:

libraryDependencies += "se.uhr.simone" % "simone.api" % "3.3.4"