MVN

io.github.sogis : app

Maven & Gradle

Apr 01, 2022
0 stars

pdf4oereb · pdf4oereb

<dependency>
    <groupId>io.github.sogis</groupId>
    <artifactId>app</artifactId>
    <version>2.0.60</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.60

All Versions

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

Version Vulnerabilities Updated
2.0.x
app-2.0.60
app-2.0.59
app-2.0.58
app-2.0.57
app-2.0.56
app-2.0.55
app-2.0.54
app-2.0.53
app-2.0.52
app-2.0.51
app-2.0.50
app-2.0.49
app-2.0.48
app-2.0.40

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.sogis</groupId>
    <artifactId>app</artifactId>
    <version>2.0.60</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.sogis:app:2.0.60'

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

implementation("io.github.sogis:app:2.0.60")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.sogis" % "app" % "2.0.60"

Advertisement