License |
License |
---|---|
GroupId | GroupIdcom.brettonw.bedrock |
ArtifactId | ArtifactIdsecret |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSecret
Secret is a library for computing secret recipes and checking secrets.
|
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.brettonw.bedrock : logger | jar | 2.1.0 |
com.brettonw.bedrock : bag | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |