| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторsecret-core |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe secret algorithm framework for java.(java 加密算法框架工具)
|
| Имя Файла | Размер |
|---|---|
| secret-core-1.0.0.pom | |
| secret-core-1.0.0.jar | 14 KB |
| secret-core-1.0.0-sources.jar | 13 KB |
| secret-core-1.0.0-javadoc.jar | 121 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/secret-core/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>secret-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/secret-core/
implementation 'com.github.houbb:secret-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.houbb/secret-core/
implementation ("com.github.houbb:secret-core:1.0.0")
'com.github.houbb:secret-core:jar:1.0.0'
<dependency org="com.github.houbb" name="secret-core" rev="1.0.0">
<artifact name="secret-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='secret-core', version='1.0.0')
)
libraryDependencies += "com.github.houbb" % "secret-core" % "1.0.0"
[com.github.houbb/secret-core "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.houbb : secret-api | jar | 1.0.0 |
| com.github.houbb : heaven | jar | 0.1.130 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.59 |