| 组织ID: |
com.twitter |
| 项目ID: |
util-function_2.12 |
| 版本: |
18.4.0 |
| 最后修改时间: |
2018-08-02 00:56:04 |
| 包类型: |
jar |
| 标题: |
util-function |
| 描述: |
util-function |
| 相关URL: |
https://github.com/twitter/util |
| 大小: |
2.61KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-function_2.12</artifactId>
<version>18.4.0</version>
</dependency>
|
| Gradle引入代码: |
com.twitter:util-function_2.12:18.4.0
|
| 下载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.twitter</groupId>
<artifactId>util-function_2.12</artifactId>
<packaging>jar</packaging>
<description>util-function</description>
<version>18.4.0</version>
<name>util-function</name>
<organization>
<name>com.twitter</name>
</organization>
<url>https://github.com/twitter/util</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<url>git@github.com:twitter/util.git</url>
<connection>scm:git:git@github.com:twitter/util.git</connection>
</scm>
<developers>
<developer>
<id>twitter</id>
<name>Twitter Inc.</name>
<url>https://www.twitter.com/</url>
</developer>
</developers>
<properties>
<info.apiURL>https://twitter.github.io/util/docs/</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.4</version>
</dependency>
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
<version>0.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.twitter.function.ExceptionalSupplier.class
com.twitter.function.ExceptionalJavaFunction.class
com.twitter.function.JavaFunction.class
com.twitter.function.JavaConsumer.class
com.twitter.function.ExceptionalJavaConsumer.class
|
| 依赖Jar: |
scala-library-2.12.4.jar
/org.scala-lang/scala-library/2.12.4
查看scala-library所有版本文件
junit-interface-0.11.jar
/com.novocode/junit-interface/0.11
查看junit-interface所有版本文件
mockito-all-1.10.19.jar
/org.mockito/mockito-all/1.10.19
查看mockito-all所有版本文件
scalatest_2.12-3.0.0.jar
/org.scalatest/scalatest_2.12/3.0.0
查看scalatest_2.12所有版本文件
|