| 组织ID: |
com.roundeights |
| 项目ID: |
hasher_2.11 |
| 版本: |
1.2.0 |
| 最后修改时间: |
2018-08-02 16:10:11 |
| 包类型: |
jar |
| 标题: |
Hasher |
| 描述: |
Hasher |
| 相关URL: |
https://github.com/Nycto/Hasher |
| 大小: |
77.82KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.roundeights</groupId>
<artifactId>hasher_2.11</artifactId>
<version>1.2.0</version>
</dependency>
|
| Gradle引入代码: |
com.roundeights:hasher_2.11:1.2.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.roundeights</groupId>
<artifactId>hasher_2.11</artifactId>
<packaging>jar</packaging>
<description>Hasher</description>
<version>1.2.0</version>
<name>Hasher</name>
<organization>
<name>com.roundeights</name>
</organization>
<url>https://github.com/Nycto/Hasher</url>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:Nycto/Hasher.git</url>
<connection>scm:git:git@github.com:Nycto/Hasher.git</connection>
</scm>
<developers>
<developer>
<id>Nycto</id>
<name>James Frasca</name>
<url>http://roundeigths.com</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.8</version>
</dependency>
<dependency>
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
<version>0.3m</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2_2.11</artifactId>
<version>[2.4,2.5)</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.roundeights.hasher.Hash$.class
com.roundeights.hasher.Hash$$anonfun$hex$1.class
com.roundeights.hasher.WithAlgo$HmacBuilder$$anonfun$sha1$2.class
com.roundeights.hasher.PlainTextSource$$anonfun$fill$1.class
com.roundeights.hasher.SourceTap.class
com.roundeights.hasher.ByteReader$InputStreamAdapter.class
com.roundeights.hasher.Tap.class
com.roundeights.hasher.ByteReader$.class
com.roundeights.hasher.WithAlgo$class.class
com.roundeights.hasher.WithAlgo$HmacBuilder$$anonfun$sha512$2.class
com.roundeights.hasher.Pbkdf2Digest.class
com.roundeights.hasher.Implicits$.class
com.roundeights.hasher.WithAlgo$$anonfun$pbkdf2$1.class
com.roundeights.hasher.Foldable.class
com.roundeights.hasher.WithAlgo$HmacBuilder$$anonfun$md5$2.class
com.roundeights.hasher.WithAlgo$$anonfun$bcrypt$1.class
com.roundeights.hasher.BufferedTap.class
com.roundeights.hasher.PlainTextBytes.class
com.roundeights.hasher.WithAlgo$$anonfun$bcrypt$2.class
com.roundeights.hasher.SourceTap$$anon$1.class
com.roundeights.hasher.WithPlainText.class
com.roundeights.hasher.WithAlgo$$anonfun$crc32$1.class
com.roundeights.hasher.InputStreamTap.class
com.roundeights.hasher.PlainTextSalt.class
com.roundeights.hasher.Digest$.class
com.roundeights.hasher.SourceTap$$anon$1$$anonfun$next$1.class
com.roundeights.hasher.Algo.class
com.roundeights.hasher.BufferedTap$class.class
com.roundeights.hasher.ByteReader$ReaderAdapter.class
com.roundeights.hasher.PlainTextResource.class
com.roundeights.hasher.Hasher$.class
com.roundeights.hasher.WithAlgo$$anonfun$md5$1.class
com.roundeights.hasher.WithAlgo.class
com.roundeights.hasher.PlainText.class
com.roundeights.hasher.CRC32Digest.class
com.roundeights.hasher.PlainText$class.class
com.roundeights.hasher.MutableDigest.class
com.roundeights.hasher.WithAlgo$$anonfun$sha512$1.class
com.roundeights.hasher.WithAlgo$HmacBuilder.class
com.roundeights.hasher.ReaderTap.class
com.roundeights.hasher.Implicits.class
com.roundeights.hasher.WithAlgo$$anonfun$sha1$1.class
com.roundeights.hasher.CRC32Digest$$anonfun$1.class
com.roundeights.hasher.Hash$$anonfun$$lessinit$greater$1.class
com.roundeights.hasher.WithAlgo$$anonfun$sha256$1.class
com.roundeights.hasher.Hash.class
com.roundeights.hasher.WithAlgo$$anonfun$sha384$1.class
com.roundeights.hasher.Hasher.class
com.roundeights.hasher.WithPlainText$class.class
com.roundeights.hasher.WithAlgo$HmacBuilder$$anonfun$sha256$2.class
com.roundeights.hasher.Digest$class.class
com.roundeights.hasher.HMAC.class
com.roundeights.hasher.PlainTextSource.class
com.roundeights.hasher.BCryptDigest.class
com.roundeights.hasher.ByteReader.class
com.roundeights.hasher.Digest$$anonfun$compare$1.class
com.roundeights.hasher.Digest.class
com.roundeights.hasher.Algo$.class
com.roundeights.hasher.MessageDigest.class
|
| 依赖Jar: |
scala-library-2.11.8.jar
/org.scala-lang/scala-library/2.11.8
查看scala-library所有版本文件
jbcrypt-0.3m.jar
/org.mindrot/jbcrypt/0.3m
查看jbcrypt所有版本文件
specs2_2.11-[2.4,2.5).jar
/org.specs2/specs2_2.11/[2.4,2.5)
查看specs2_2.11所有版本文件
|