| 组织ID: |
com.github.akurilov |
| 项目ID: |
java-coroutines |
| 版本: |
1.0.2 |
| 最后修改时间: |
2020-02-29 04:05:28 |
| 包类型: |
jar |
| 标题: |
java-coroutines |
| 描述: |
The library supporting the alternative concurrency model |
| 相关URL: |
https://github.com/akurilov/java-commons |
| 大小: |
11.71KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.akurilov</groupId>
<artifactId>java-coroutines</artifactId>
<version>1.0.2</version>
</dependency>
|
| Gradle引入代码: |
com.github.akurilov:java-coroutines:1.0.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.akurilov</groupId>
<artifactId>java-coroutines</artifactId>
<version>1.0.2</version>
<name>java-coroutines</name>
<description>The library supporting the alternative concurrency model</description>
<url>https://github.com/akurilov/java-commons</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://github.com/akurilov/java-commons/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>akurilov</id>
<name>Andrey Kurilov</name>
<email>akurilov123@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/akurilov/java-commons.git</connection>
<developerConnection>https://github.com/akurilov/java-commons.git</developerConnection>
<url>https://github.com/akurilov/java-commons.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.akurilov</groupId>
<artifactId>java-commons</artifactId>
<version>1.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.akurilov.coroutines.TransferCoroutine.class
com.github.akurilov.coroutines.CoroutineBase.class
com.github.akurilov.coroutines.RoundRobinOutputCoroutine.class
com.github.akurilov.coroutines.CoroutinesProcessor.class
com.github.akurilov.coroutines.ExclusiveCoroutineBase.class
com.github.akurilov.coroutines.CoroutinesProcessor$1.class
com.github.akurilov.coroutines.Coroutine.class
com.github.akurilov.coroutines.CoroutinesProcessor$CoroutinesProcessorTask.class
|
| 依赖Jar: |
java-commons-1.0.4.jar
/com.github.akurilov/java-commons/1.0.4
查看java-commons所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|