MVN

pl.clareo.coroutines.user : coroutines-user

Maven & Gradle

Nov 17, 2010
2 usages

coroutines-user · Coroutines for Java - for coroutines' developers

<dependency>
    <groupId>pl.clareo.coroutines.user</groupId>
    <artifactId>coroutines-user</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.clareo.coroutines.user : coroutines-user to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of pl.clareo.coroutines.user : coroutines-user to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
coroutines-user-1.2

How to add a dependency to Maven

Add the following pl.clareo.coroutines.user : coroutines-user maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.clareo.coroutines.user</groupId>
    <artifactId>coroutines-user</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.clareo.coroutines.user : coroutines-user gradle dependency to your build.gradle file:

implementation 'pl.clareo.coroutines.user:coroutines-user:1.2'

Gradle Kotlin DSL: Add the following pl.clareo.coroutines.user : coroutines-user gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.clareo.coroutines.user:coroutines-user:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.clareo.coroutines.user : coroutines-user sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.clareo.coroutines.user" % "coroutines-user" % "1.2"

Advertisement