| 组织ID: |
com.twitter |
| 项目ID: |
util-hashing_2.11 |
| 版本: |
19.7.0 |
| 最后修改时间: |
2019-12-13 05:46:18 |
| 包类型: |
jar |
| 标题: |
util-hashing |
| 描述: |
util-hashing |
| 相关URL: |
https://github.com/twitter/util |
| 大小: |
50.97KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-hashing_2.11</artifactId>
<version>19.7.0</version>
</dependency>
|
| Gradle引入代码: |
com.twitter:util-hashing_2.11:19.7.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-hashing_2.11</artifactId>
<packaging>jar</packaging>
<description>util-hashing</description>
<version>19.7.0</version>
<name>util-hashing</name>
<organization>
<name>com.twitter</name>
</organization>
<url>https://github.com/twitter/util</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://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.11.12</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-core_2.11</artifactId>
<version>19.7.0</version>
<scope>test</scope>
</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.11</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.11</artifactId>
<version>1.13.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.twitter.hashing.Hashable$$anon$10.class
com.twitter.hashing.Hashable$$anon$13.class
com.twitter.hashing.KeyHasher.class
com.twitter.hashing.SingletonDistributor.class
com.twitter.hashing.Hashable$$anon$12.class
com.twitter.hashing.KetamaDistributor.class
com.twitter.hashing.Hashable$$anon$6.class
com.twitter.hashing.LowPriorityHashable$$anonfun$fromString$1.class
com.twitter.hashing.KetamaDistributor$$anonfun$1.class
com.twitter.hashing.Hashable$$anon$3.class
com.twitter.hashing.Hashable$$anon$9.class
com.twitter.hashing.KeyHashers.class
com.twitter.hashing.KetamaNode$.class
com.twitter.hashing.Hashable$$anon$8.class
com.twitter.hashing.LowPriorityHashable$class.class
com.twitter.hashing.Distributor.class
com.twitter.hashing.Hashable$$anon$1.class
com.twitter.hashing.KeyHasher$.class
com.twitter.hashing.Hashable$$anon$10$$anonfun$apply$1.class
com.twitter.hashing.KeyHasher$$anon$1.class
com.twitter.hashing.KetamaDistributor$.class
com.twitter.hashing.KetamaDistributor$$anonfun$nodes$1.class
com.twitter.hashing.Hashable$$anon$7.class
com.twitter.hashing.Hashable$$anon$2.class
com.twitter.hashing.Hashable$$anon$4.class
com.twitter.hashing.Hashable$class.class
com.twitter.hashing.Hashable$$anon$5.class
com.twitter.hashing.KetamaNode.class
com.twitter.hashing.LowPriorityHashable.class
com.twitter.hashing.LowPriorityHashable$$anonfun$toInt$1.class
com.twitter.hashing.KeyHasher$$anon$2.class
com.twitter.hashing.Hashable$.class
com.twitter.hashing.KeyHashers$.class
com.twitter.hashing.Hashable$$anon$11.class
com.twitter.hashing.Hashable.class
|
| 依赖Jar: |
scala-library-2.11.12.jar
/org.scala-lang/scala-library/2.11.12
查看scala-library所有版本文件
util-core_2.11-19.7.0.jar
/com.twitter/util-core_2.11/19.7.0
查看util-core_2.11所有版本文件
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.11-3.0.0.jar
/org.scalatest/scalatest_2.11/3.0.0
查看scalatest_2.11所有版本文件
scalacheck_2.11-1.13.4.jar
/org.scalacheck/scalacheck_2.11/1.13.4
查看scalacheck_2.11所有版本文件
|