MVN

com.vip.saturn : saturn-executor

Maven & Gradle

Aug 04, 2020
1 usages
2.2k stars
<dependency>
    <groupId>com.vip.saturn</groupId>
    <artifactId>saturn-executor</artifactId>
    <version>3.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vip.saturn : saturn-executor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.1
  • Latest Release Candidate: 2.1.3-RC1

All Versions

Choose a version of com.vip.saturn : saturn-executor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
saturn-executor-3.5.1
saturn-executor-3.5.0
3.4.x
saturn-executor-3.4.1
3.3.x
saturn-executor-3.3.2
saturn-executor-3.3.1
saturn-executor-3.3.0
3.2.x
saturn-executor-3.2.3
saturn-executor-3.2.0
3.1.x
saturn-executor-3.1.1
saturn-executor-3.1.0
3.0.x
saturn-executor-3.0.1
saturn-executor-3.0.0-M5
saturn-executor-3.0.0-M1
2.1.x
saturn-executor-2.1.6
saturn-executor-2.1.5
saturn-executor-2.1.4
saturn-executor-2.1.3
saturn-executor-2.1.3-RC1
saturn-executor-2.1.2
saturn-executor-2.1.0.1
saturn-executor-2.1.0
2.0.x
saturn-executor-2.0.7
saturn-executor-2.0.6
saturn-executor-2.0.5
saturn-executor-2.0.4
saturn-executor-2.0.3
saturn-executor-2.0.0

How to add a dependency to Maven

Add the following com.vip.saturn : saturn-executor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vip.saturn</groupId>
    <artifactId>saturn-executor</artifactId>
    <version>3.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vip.saturn : saturn-executor gradle dependency to your build.gradle file:

implementation 'com.vip.saturn:saturn-executor:3.5.1'

Gradle Kotlin DSL: Add the following com.vip.saturn : saturn-executor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vip.saturn:saturn-executor:3.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vip.saturn : saturn-executor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vip.saturn" % "saturn-executor" % "3.5.1"

Advertisement