License |
License |
---|---|
GroupId | GroupIdes.upv.grycap.coreutils |
ArtifactId | ArtifactIdcoreutils-fiber |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionCommon 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
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
coreutils-fiber-0.2.0.pom | |
coreutils-fiber-0.2.0.jar | 26 KB |
coreutils-fiber-0.2.0-sources.jar | 13 KB |
coreutils-fiber-0.2.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/es.upv.grycap.coreutils/coreutils-fiber/ -->
<dependency>
<groupId>es.upv.grycap.coreutils</groupId>
<artifactId>coreutils-fiber</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/es.upv.grycap.coreutils/coreutils-fiber/
implementation 'es.upv.grycap.coreutils:coreutils-fiber:0.2.0'
// https://jarcasting.com/artifacts/es.upv.grycap.coreutils/coreutils-fiber/
implementation ("es.upv.grycap.coreutils:coreutils-fiber:0.2.0")
'es.upv.grycap.coreutils:coreutils-fiber:jar:0.2.0'
<dependency org="es.upv.grycap.coreutils" name="coreutils-fiber" rev="0.2.0">
<artifact name="coreutils-fiber" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.upv.grycap.coreutils', module='coreutils-fiber', version='0.2.0')
)
libraryDependencies += "es.upv.grycap.coreutils" % "coreutils-fiber" % "0.2.0"
[es.upv.grycap.coreutils/coreutils-fiber "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
es.upv.grycap.coreutils : coreutils-logging | jar | 0.2.0 |
co.paralleluniverse : quasar-core | jar | 0.7.3 |
co.paralleluniverse : comsat-httpclient | jar | 0.5.0 |
co.paralleluniverse : comsat-okhttp | jar | 0.5.0 |
Group / Artifact | Type | Version |
---|---|---|
es.upv.grycap.coreutils : coreutils-test | jar | 0.2.0 |
net.jodah : concurrentunit | jar | 0.4.2 |
org.mock-server : mockserver-integration-testing | jar | 3.10.2 |