| 组织ID: |
com.ubirch.util |
| 项目ID: |
crypto_2.11 |
| 版本: |
0.5.1 |
| 最后修改时间: |
2020-03-10 12:39:13 |
| 包类型: |
jar |
| 标题: |
Apache 2 |
| 描述: |
ubirch util with crypto related code |
| 相关URL: |
http://ubirch.com |
| 大小: |
26.97KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.ubirch.util</groupId>
<artifactId>crypto_2.11</artifactId>
<version>0.5.1</version>
</dependency>
|
| Gradle引入代码: |
com.ubirch.util:crypto_2.11:0.5.1
|
| 下载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.ubirch.util</groupId>
<artifactId>crypto_2.11</artifactId>
<packaging>jar</packaging>
<description>ubirch util with crypto related code</description>
<url>http://ubirch.com</url>
<version>0.5.1</version>
<licenses>
<license>
<name>Apache 2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>crypto</name>
<organization>
<name>com.ubirch.util</name>
<url>http://ubirch.com</url>
</organization>
<scm>
<url>https://github.com/ubirch/ubirch-scala-utils</url>
<connection>https://github.com/ubirch/ubirch-scala-utils.git</connection>
</scm>
<developers>
<developer>
<id>ubirch</id>
<name>ubirch</name>
<email>release@ubirch.com</email>
<url>http://www.ubirch.com/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>com.roundeights</groupId>
<artifactId>hasher_2.11</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.11</version>
</dependency>
<dependency>
<groupId>com.ubirch.util</groupId>
<artifactId>config_2.11</artifactId>
<version>0.2.3</version>
</dependency>
<dependency>
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId>
<version>2.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe.scala-logging</groupId>
<artifactId>scala-logging-slf4j_2.11</artifactId>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.ubirch.crypto.ecc.EccUtil.class
com.ubirch.crypto.encrypt.crypto.JavaCryptoEncryption$$anonfun$encrypt$1.class
com.ubirch.crypto.encrypt.crypto.Encryption.class
com.ubirch.crypto.codec.CodecUtil.class
com.ubirch.crypto.encrypt.AES$.class
com.ubirch.crypto.encrypt.DES$.class
com.ubirch.crypto.encrypt.DES.class
com.ubirch.crypto.encrypt.crypto.JavaCryptoEncryption$$anonfun$decrypt$1.class
com.ubirch.crypto.encrypt.crypto.JavaCryptoEncryption.class
application.base.conf
com.ubirch.crypto.encrypt.crypto.JavaCryptoEncryption$$anonfun$encrypt$2.class
application.conf
com.ubirch.crypto.hash.HashUtil.class
com.ubirch.crypto.hash.HashUtil$$anonfun$randomSha256Hashes$1.class
com.ubirch.crypto.encrypt.crypto.JavaCryptoEncryption$.class
com.ubirch.crypto.encrypt.AES.class
com.ubirch.crypto.hash.HashUtil$.class
com.ubirch.crypto.hash.HashUtil$$anonfun$1.class
com.ubirch.crypto.codec.CodecUtil$.class
|
| 依赖Jar: |
scala-library-2.11.12.jar
/org.scala-lang/scala-library/2.11.12
查看scala-library所有版本文件
hasher_2.11-1.2.0.jar
/com.roundeights/hasher_2.11/1.2.0
查看hasher_2.11所有版本文件
commons-codec-1.11.jar
/commons-codec/commons-codec/1.11
查看commons-codec所有版本文件
config_2.11-0.2.3.jar
/com.ubirch.util/config_2.11/0.2.3
查看config_2.11所有版本文件
eddsa-0.3.0.jar
/net.i2p.crypto/eddsa/0.3.0
查看eddsa所有版本文件
scalatest_2.11-3.0.5.jar
/org.scalatest/scalatest_2.11/3.0.5
查看scalatest_2.11所有版本文件
joda-time-2.10.jar
/joda-time/joda-time/2.10
查看joda-time所有版本文件
joda-convert-2.1.1.jar
/org.joda/joda-convert/2.1.1
查看joda-convert所有版本文件
scala-logging-slf4j_2.11-2.1.2.jar
/com.typesafe.scala-logging/scala-logging-slf4j_2.11/2.1.2
查看scala-logging-slf4j_2.11所有版本文件
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
logback-classic-1.1.7.jar
/ch.qos.logback/logback-classic/1.1.7
查看logback-classic所有版本文件
|