MVN

io.github.ridiekel : jeletask-client

Maven & Gradle

Apr 18, 2021
2 stars

Teletask API - Client · The client code for working with teletask central unit

<dependency>
    <groupId>io.github.ridiekel</groupId>
    <artifactId>jeletask-client</artifactId>
    <version>3.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ridiekel : jeletask-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.6

All Versions

Choose a version of io.github.ridiekel : jeletask-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
jeletask-client-3.0.6
jeletask-client-3.0.5
jeletask-client-3.0.4
jeletask-client-3.0.3
jeletask-client-3.0.2
2.1.x
jeletask-client-2.1.2
jeletask-client-2.1.1
jeletask-client-2.1.0
2.0.x
jeletask-client-2.0.21
jeletask-client-2.0.19
jeletask-client-2.0.18
jeletask-client-2.0.15
jeletask-client-2.0.10
jeletask-client-2.0.9
jeletask-client-2.0.8

How to add a dependency to Maven

Add the following io.github.ridiekel : jeletask-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ridiekel</groupId>
    <artifactId>jeletask-client</artifactId>
    <version>3.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ridiekel : jeletask-client gradle dependency to your build.gradle file:

implementation 'io.github.ridiekel:jeletask-client:3.0.6'

Gradle Kotlin DSL: Add the following io.github.ridiekel : jeletask-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ridiekel:jeletask-client:3.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ridiekel : jeletask-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ridiekel" % "jeletask-client" % "3.0.6"