MVN

pl.clareo.coroutines.core : coroutines-core

Maven & Gradle

Nov 17, 2010
1 usages

Coroutines · Coroutines for Java - core package containing Java agent for runtime code instrumentation

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

Latest Version

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

  • Latest Stable: 1.2.1

All Versions

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

Version Vulnerabilities Updated
1.2.x
coroutines-core-1.2.1
1.2
coroutines-core-1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>pl.clareo.coroutines.core</groupId>
    <artifactId>coroutines-core</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'pl.clareo.coroutines.core:coroutines-core:1.2.1'

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

implementation("pl.clareo.coroutines.core:coroutines-core:1.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "pl.clareo.coroutines.core" % "coroutines-core" % "1.2.1"

Advertisement