is not current version
Last Version 2.1.0

com.brettonw.bedrock:secret 1.5.33

Secret is a library for computing secret recipes and checking secrets.

GroupId

GroupId

com.brettonw.bedrock
ArtifactId

ArtifactId

secret
Version

Version

1.5.33
Type

Type

jar

Download secret 1.5.33


<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/secret/ -->
<dependency>
    <groupId>com.brettonw.bedrock</groupId>
    <artifactId>secret</artifactId>
    <version>1.5.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/secret/
implementation 'com.brettonw.bedrock:secret:1.5.33'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/secret/
implementation ("com.brettonw.bedrock:secret:1.5.33")
'com.brettonw.bedrock:secret:jar:1.5.33'
<dependency org="com.brettonw.bedrock" name="secret" rev="1.5.33">
  <artifact name="secret" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='secret', version='1.5.33')
)
libraryDependencies += "com.brettonw.bedrock" % "secret" % "1.5.33"
[com.brettonw.bedrock/secret "1.5.33"]