MVN

com.coreoz : wisp

Maven & Gradle

May 26, 2023
8 usages
114 stars

Wisp Scheduler · A simple Java Scheduler library with a minimal footprint and a straightforward API

<dependency>
    <groupId>com.coreoz</groupId>
    <artifactId>wisp</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.coreoz : wisp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0
  • Latest Release Candidate: 1.0.0-rc4
  • Latest Beta: 2.0.0-beta1

All Versions

Choose a version of com.coreoz : wisp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
wisp-2.4.0
2.3.x
wisp-2.3.0
2.2.x
wisp-2.2.2
wisp-2.2.1
wisp-2.2.0
2.1.x
wisp-2.1.0
2.0.x
wisp-2.0.1
wisp-2.0.0
wisp-2.0.0-beta1
1.0.x
wisp-1.0.0
wisp-1.0.0-rc4
wisp-1.0.0-rc3
wisp-1.0.0-rc2

How to add a dependency to Maven

Add the following com.coreoz : wisp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.coreoz</groupId>
    <artifactId>wisp</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.coreoz : wisp gradle dependency to your build.gradle file:

implementation 'com.coreoz:wisp:2.4.0'

Gradle Kotlin DSL: Add the following com.coreoz : wisp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.coreoz:wisp:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.coreoz : wisp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.coreoz" % "wisp" % "2.4.0"

Advertisement