| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.brettonw.bedrock |
| Идентификатор | Идентификаторsecret |
| Последняя версия | Последняя версия2.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSecret
Secret is a library for computing secret recipes and checking secrets.
|
| Имя Файла | Размер |
|---|---|
| secret-2.1.0.pom | |
| secret-2.1.0.jar | 3 KB |
| secret-2.1.0-sources.jar | 3 KB |
| secret-2.1.0-javadoc.jar | 392 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/secret/ -->
<dependency>
<groupId>com.brettonw.bedrock</groupId>
<artifactId>secret</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/secret/
implementation 'com.brettonw.bedrock:secret:2.1.0'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/secret/
implementation ("com.brettonw.bedrock:secret:2.1.0")
'com.brettonw.bedrock:secret:jar:2.1.0'
<dependency org="com.brettonw.bedrock" name="secret" rev="2.1.0">
<artifact name="secret" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='secret', version='2.1.0')
)
libraryDependencies += "com.brettonw.bedrock" % "secret" % "2.1.0"
[com.brettonw.bedrock/secret "2.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.brettonw.bedrock : logger | jar | 2.1.0 |
| com.brettonw.bedrock : bag | jar | 2.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |