MVN

net.goldolphin : cate

Maven & Gradle

Nov 16, 2014
2 stars

Cate · Cate represents Continuation based Asynchronous Task Executor. It provides some abstraction for parallel task scheduling to let you write asynchronous programming codes in a synchronous-like style.

<dependency>
    <groupId>net.goldolphin</groupId>
    <artifactId>cate</artifactId>
    <version>0.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.goldolphin : cate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.5

All Versions

Choose a version of net.goldolphin : cate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
cate-0.1.5
cate-0.1.4
cate-0.1.3
cate-0.1.2
0.1
cate-0.1

How to add a dependency to Maven

Add the following net.goldolphin : cate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.goldolphin</groupId>
    <artifactId>cate</artifactId>
    <version>0.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.goldolphin : cate gradle dependency to your build.gradle file:

implementation 'net.goldolphin:cate:0.1.5'

Gradle Kotlin DSL: Add the following net.goldolphin : cate gradle kotlin dependency to your build.gradle.kts file:

implementation("net.goldolphin:cate:0.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.goldolphin : cate sbt scala dependency to your build.sbt file:

libraryDependencies += "net.goldolphin" % "cate" % "0.1.5"

Advertisement