MVN

com.github.kayjamlang : executor

Maven & Gradle

May 05, 2021
1 stars

KayJam Executor · Provided by the KayJam code executor

<dependency>
    <groupId>com.github.kayjamlang</groupId>
    <artifactId>executor</artifactId>
    <version>0.1.3.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.3.21

All Versions

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

Version Vulnerabilities Updated
0.1.x
executor-0.1.3.21
executor-0.1.3.20
executor-0.1.3.19
executor-0.1.3.17-fix6
executor-0.1.3.17-fix5
executor-0.1.3.17-fix4
executor-0.1.3.17-fix3
executor-0.1.3.17-fix2
executor-0.1.3.17-fix1
executor-0.1.3.17
executor-0.1.3.16
executor-0.1.3.14
executor-0.1.3.13
executor-0.1.3.12
executor-0.1.3.11
executor-0.1.3.10
executor-0.1.3.9
executor-0.1.3.8
executor-0.1.3.7
executor-0.1.3.6
executor-0.1.3.5
executor-0.1.3.4
executor-0.1.3.3
executor-0.1.3.2
executor-0.1.3.1
executor-0.1.3
executor-0.1.2
0.1
executor-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.kayjamlang</groupId>
    <artifactId>executor</artifactId>
    <version>0.1.3.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kayjamlang : executor gradle dependency to your build.gradle file:

implementation 'com.github.kayjamlang:executor:0.1.3.21'

Gradle Kotlin DSL: Add the following com.github.kayjamlang : executor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kayjamlang:executor:0.1.3.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kayjamlang : executor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kayjamlang" % "executor" % "0.1.3.21"

Advertisement