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