MVN

es.upv.grycap.coreutils : coreutils-fiber

Maven & Gradle

Jan 04, 2016
0 stars

Common clients integrated with green threads (fibers) · Provides commonly-used HTTP, REST and other clients, integrated with with green threads (fibers) to minimize the performance impact in virtual environments

<dependency>
    <groupId>es.upv.grycap.coreutils</groupId>
    <artifactId>coreutils-fiber</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of es.upv.grycap.coreutils : coreutils-fiber to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of es.upv.grycap.coreutils : coreutils-fiber to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
coreutils-fiber-0.2.0

How to add a dependency to Maven

Add the following es.upv.grycap.coreutils : coreutils-fiber maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>es.upv.grycap.coreutils</groupId>
    <artifactId>coreutils-fiber</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following es.upv.grycap.coreutils : coreutils-fiber gradle dependency to your build.gradle file:

implementation 'es.upv.grycap.coreutils:coreutils-fiber:0.2.0'

Gradle Kotlin DSL: Add the following es.upv.grycap.coreutils : coreutils-fiber gradle kotlin dependency to your build.gradle.kts file:

implementation("es.upv.grycap.coreutils:coreutils-fiber:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following es.upv.grycap.coreutils : coreutils-fiber sbt scala dependency to your build.sbt file:

libraryDependencies += "es.upv.grycap.coreutils" % "coreutils-fiber" % "0.2.0"

Advertisement