| 组织ID: |
com.github.phantomthief |
| 项目ID: |
more-lambdas |
| 版本: |
0.1.8 |
| 最后修改时间: |
2018-08-21 13:40:44 |
| 包类型: |
jar |
| 标题: |
More Lambdas |
| 描述: |
Some useful lambda implements for Java 8. |
| 相关URL: |
https://github.com/PhantomThief/more-lambdas-java |
| 大小: |
46.19KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.phantomthief</groupId>
<artifactId>more-lambdas</artifactId>
<version>0.1.8</version>
</dependency>
|
| Gradle引入代码: |
com.github.phantomthief:more-lambdas:0.1.8
|
| 下载Jar包: |
|
| POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.phantomthief</groupId>
<artifactId>more-lambdas</artifactId>
<version>0.1.8</version>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<name>More Lambdas</name>
<description>Some useful lambda implements for Java 8.</description>
<url>https://github.com/PhantomThief/more-lambdas-java</url>
<developers>
<developer>
<name>w.vela</name>
</developer>
</developers>
<licenses>
<license>
<name>The Artistic License 2.0</name>
<url>http://www.perlfoundation.org/artistic_license_2_0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/PhantomThief/more-lambdas-java.git</connection>
<url>https://github.com/PhantomThief/more-lambdas-java.git</url>
<developerConnection>scm:git:https://github.com/PhantomThief/more-lambdas-java.git
</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
</dependency>
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>hppc</artifactId>
<version>0.7.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<fork>true</fork>
<verbose>true</verbose>
<encoding>UTF-8</encoding>
<optimize>true</optimize>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.phantomthief.util.ToStringHelper.class
com.github.phantomthief.util.MorePredicates$3.class
com.github.phantomthief.util.MorePredicates$1.class
com.github.phantomthief.util.MoreRunnables$1.class
com.github.phantomthief.util.MoreIterables$1.class
com.github.phantomthief.util.MoreIterables.class
com.github.phantomthief.util.ThrowableRunnable.class
com.github.phantomthief.util.ThrowableBiConsumer.class
com.github.phantomthief.util.ThrowableSupplier.class
com.github.phantomthief.util.TriConsumer.class
com.github.phantomthief.util.DeadlineChecker.class
com.github.phantomthief.util.MoreCollectors.class
com.github.phantomthief.util.ThrowableFunction.class
com.github.phantomthief.util.MoreCollectors$CollectorImpl.class
com.github.phantomthief.util.DeadlineChecker$DeadlineInfo.class
com.github.phantomthief.util.MoreSuppliers.class
com.github.phantomthief.util.MorePredicates$2.class
com.github.phantomthief.util.TriFunction.class
com.github.phantomthief.util.MoreSuppliers$1.class
com.github.phantomthief.util.MoreSuppliers$AsyncSupplier.class
com.github.phantomthief.util.MoreRunnables.class
com.github.phantomthief.util.ThrowableBiFunction.class
com.github.phantomthief.util.ThrowableTriFunction.class
com.github.phantomthief.util.MorePredicates.class
com.github.phantomthief.util.ThrowableConsumer.class
com.github.phantomthief.util.MoreStreams.class
com.github.phantomthief.util.MoreSuppliers$CloseableSupplier.class
com.github.phantomthief.util.MoreLocks.class
com.github.phantomthief.util.MoreFunctions.class
com.github.phantomthief.tuple.FourTuple.class
com.github.phantomthief.tuple.TwoTuple.class
com.github.phantomthief.tuple.Tuple.class
com.github.phantomthief.tuple.ThreeTuple.class
com.github.phantomthief.concurrent.TimeoutListenableFuture.class
META-INF/maven/com.github.phantomthief/more-lambdas/pom.xml
META-INF/maven/com.github.phantomthief/more-lambdas/pom.properties
|
| 依赖Jar: |
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
guava-19.0.jar
/com.google.guava/guava/19.0
查看guava所有版本文件
hppc-0.7.1.jar
/com.carrotsearch/hppc/0.7.1
查看hppc所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|