MVN

io.github.sogis : oereb-cts

Maven & Gradle

Aug 26, 2023
0 stars

oereb-cts · oereb-cts

<dependency>
    <groupId>io.github.sogis</groupId>
    <artifactId>oereb-cts</artifactId>
    <version>0.0.54</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sogis : oereb-cts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.54

All Versions

Choose a version of io.github.sogis : oereb-cts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
oereb-cts-0.0.54
oereb-cts-0.0.53
oereb-cts-0.0.50
oereb-cts-0.0.49
oereb-cts-0.0.48
oereb-cts-0.0.47
oereb-cts-0.0.42
oereb-cts-0.0.41
oereb-cts-0.0.40
oereb-cts-0.0.39
oereb-cts-0.0.37
oereb-cts-0.0.36
oereb-cts-0.0.35
oereb-cts-0.0.34
oereb-cts-0.0.33
oereb-cts-0.0.32
oereb-cts-0.0.31
oereb-cts-0.0.30
oereb-cts-0.0.29
oereb-cts-0.0.28
oereb-cts-0.0.27
oereb-cts-0.0.26
oereb-cts-0.0.25
oereb-cts-0.0.24
oereb-cts-0.0.20
oereb-cts-0.0.19
oereb-cts-0.0.17
oereb-cts-0.0.16
oereb-cts-0.0.15
oereb-cts-0.0.14
oereb-cts-0.0.13
oereb-cts-0.0.12
oereb-cts-0.0.11
oereb-cts-0.0.6
oereb-cts-0.0.5
oereb-cts-0.0.3
oereb-cts-0.0.2
oereb-cts-0.0.1

How to add a dependency to Maven

Add the following io.github.sogis : oereb-cts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sogis</groupId>
    <artifactId>oereb-cts</artifactId>
    <version>0.0.54</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sogis : oereb-cts gradle dependency to your build.gradle file:

implementation 'io.github.sogis:oereb-cts:0.0.54'

Gradle Kotlin DSL: Add the following io.github.sogis : oereb-cts gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sogis:oereb-cts:0.0.54")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sogis : oereb-cts sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sogis" % "oereb-cts" % "0.0.54"

Advertisement