GroupId | GroupIdcom.brettonw.bedrock |
---|---|
ArtifactId | ArtifactIdsecret |
Version | Version1.5.32 |
Type | Typejar |
Filename | Size |
---|---|
secret-1.5.32.pom | |
secret-1.5.32.jar | 3 KB |
secret-1.5.32-sources.jar | 3 KB |
secret-1.5.32-javadoc.jar | 387 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/secret/ -->
<dependency>
<groupId>com.brettonw.bedrock</groupId>
<artifactId>secret</artifactId>
<version>1.5.32</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/secret/
implementation 'com.brettonw.bedrock:secret:1.5.32'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/secret/
implementation ("com.brettonw.bedrock:secret:1.5.32")
'com.brettonw.bedrock:secret:jar:1.5.32'
<dependency org="com.brettonw.bedrock" name="secret" rev="1.5.32">
<artifact name="secret" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='secret', version='1.5.32')
)
libraryDependencies += "com.brettonw.bedrock" % "secret" % "1.5.32"
[com.brettonw.bedrock/secret "1.5.32"]