| 组织ID: |
com.typesafe.akka |
| 项目ID: |
akka-stream-contrib_2.11 |
| 版本: |
0.2 |
| 最后修改时间: |
2020-04-13 03:07:37 |
| 包类型: |
jar |
| 标题: |
Apache License, Version 2.0 |
| 描述: |
akka-stream-contrib |
| 相关URL: |
https://github.com/akka/akka-stream-contrib |
| 大小: |
41.23KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream-contrib_2.11</artifactId>
<version>0.2</version>
</dependency>
|
| Gradle引入代码: |
com.typesafe.akka:akka-stream-contrib_2.11: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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream-contrib_2.11</artifactId>
<packaging>jar</packaging>
<description>akka-stream-contrib</description>
<url>https://github.com/akka/akka-stream-contrib</url>
<version>0.2</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>akka-stream-contrib</name>
<organization>
<name>Lightbend Inc.</name>
<url>http://www.lightbend.com</url>
</organization>
<scm>
<url>git@github.com:akka/akka-stream-contrib.git</url>
<connection>scm:git:git@github.com:akka/akka-stream-contrib.git</connection>
</scm>
<developers>
<developer>
<id>contributors</id>
<name>Contributors</name>
<email>akka-dev@googlegroups.com</email>
<url>https://github.com/akka/akka-stream-contrib/graphs/contributors</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.8</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_2.11</artifactId>
<version>2.4.7</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream-testkit_2.11</artifactId>
<version>2.4.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>2.2.6</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
akka.stream.contrib.ZipInputStreamSource$$anon$1$$anonfun$read$1$1$$anonfun$apply$1.class
akka.stream.contrib.ZipInputStreamSource$$anon$1$$anon$2.class
akka.stream.contrib.Accumulate$$anon$1.class
akka.stream.contrib.ZipInputStreamSource$ZipEntryData.class
akka.stream.contrib.Accumulate$$anon$1$$anon$2.class
akka.stream.contrib.PartitionWith$$anon$1$$anon$2.class
akka.stream.contrib.PartitionWith$$anon$1$$anon$3$$anonfun$onPull$1.class
akka.stream.contrib.PartitionWith$$anon$1$$anon$4$$anonfun$onPull$2.class
akka.stream.contrib.ZipInputStreamSource$$anon$1$$anonfun$read$1$1.class
akka.stream.contrib.PartitionWith$$anonfun$create$1.class
akka.stream.contrib.ZipInputStreamSource$ZipEntryData$.class
akka.stream.contrib.ZipInputStreamSource$$anon$1$$anonfun$isZipFile$1.class
akka.stream.contrib.LastElement$$anon$1.class
akka.stream.contrib.LastElement.class
akka.stream.contrib.PartitionWith$.class
akka.stream.contrib.PartitionWith$$anon$1$$anon$4.class
akka.stream.contrib.Accumulate$$anonfun$create$1.class
akka.stream.contrib.PartitionWith$$anon$1.class
akka.stream.contrib.ZipInputStreamSource$.class
akka.stream.contrib.ZipInputStreamSource$$anon$1.class
akka.stream.contrib.PartitionWith$$anon$1$$anon$3.class
akka.stream.contrib.Accumulate.class
akka.stream.contrib.PartitionWith.class
akka.stream.contrib.LastElement$$anon$1$$anon$2.class
akka.stream.contrib.LastElement$$anon$1$$anon$3.class
akka.stream.contrib.ZipInputStreamSource.class
akka.stream.contrib.LastElement$.class
akka.stream.contrib.Accumulate$.class
akka.stream.contrib.Accumulate$$anon$1$$anon$3.class
|
| 依赖Jar: |
scala-library-2.11.8.jar
/org.scala-lang/scala-library/2.11.8
查看scala-library所有版本文件
akka-stream_2.11-2.4.7.jar
/com.typesafe.akka/akka-stream_2.11/2.4.7
查看akka-stream_2.11所有版本文件
akka-stream-testkit_2.11-2.4.7.jar
/com.typesafe.akka/akka-stream-testkit_2.11/2.4.7
查看akka-stream-testkit_2.11所有版本文件
scalatest_2.11-2.2.6.jar
/org.scalatest/scalatest_2.11/2.2.6
查看scalatest_2.11所有版本文件
|