MVN

com.github.jochenw.qse : qse-is-core

Maven & Gradle

May 26, 2021
1 stars

qse-is-core · QSE IS (Core module)

<dependency>
    <groupId>com.github.jochenw.qse</groupId>
    <artifactId>qse-is-core</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jochenw.qse : qse-is-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of com.github.jochenw.qse : qse-is-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
qse-is-core-0.2.4
qse-is-core-0.2.3
qse-is-core-0.2.2
qse-is-core-0.2.1

How to add a dependency to Maven

Add the following com.github.jochenw.qse : qse-is-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jochenw.qse</groupId>
    <artifactId>qse-is-core</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jochenw.qse : qse-is-core gradle dependency to your build.gradle file:

implementation 'com.github.jochenw.qse:qse-is-core:0.2.4'

Gradle Kotlin DSL: Add the following com.github.jochenw.qse : qse-is-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jochenw.qse:qse-is-core:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jochenw.qse : qse-is-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jochenw.qse" % "qse-is-core" % "0.2.4"