MVN

io.konig : konig-content-system-gae

Maven & Gradle

Oct 17, 2019

Konig Content System, Google App Engine implementation

<dependency>
    <groupId>io.konig</groupId>
    <artifactId>konig-content-system-gae</artifactId>
    <version>1.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.konig : konig-content-system-gae to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.0

All Versions

Choose a version of io.konig : konig-content-system-gae to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
konig-content-system-gae-2.11.0
2.8.x
konig-content-system-gae-2.8.0
2.7.x
konig-content-system-gae-2.7.0
2.6.x
konig-content-system-gae-2.6.0
2.5.x
konig-content-system-gae-2.5.0
2.4.x
konig-content-system-gae-2.4.0
2.3.x
konig-content-system-gae-2.3.0
2.2.x
konig-content-system-gae-2.2.0
2.1.x
konig-content-system-gae-2.1.0
2.0.x
konig-content-system-gae-2.0.0
1.12.x
konig-content-system-gae-1.12.0

How to add a dependency to Maven

Add the following io.konig : konig-content-system-gae maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.konig</groupId>
    <artifactId>konig-content-system-gae</artifactId>
    <version>1.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.konig : konig-content-system-gae gradle dependency to your build.gradle file:

implementation 'io.konig:konig-content-system-gae:1.12.0'

Gradle Kotlin DSL: Add the following io.konig : konig-content-system-gae gradle kotlin dependency to your build.gradle.kts file:

implementation("io.konig:konig-content-system-gae:1.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.konig : konig-content-system-gae sbt scala dependency to your build.sbt file:

libraryDependencies += "io.konig" % "konig-content-system-gae" % "1.12.0"

Advertisement