is not current version
Last Version 2.1.0

com.brettonw.bedrock:secret 1.6.2

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

GroupId

GroupId

com.brettonw.bedrock
ArtifactId

ArtifactId

secret
Version

Version

1.6.2
Type

Type

jar

Download secret 1.6.2


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