GroupId | GroupIdcom.brettonw.bedrock |
---|---|
ArtifactId | ArtifactIdsecret |
Version | Version1.5.26 |
Type | Typejar |
Filename | Size |
---|---|
secret-1.5.26.pom | |
secret-1.5.26.jar | 3 KB |
secret-1.5.26-sources.jar | 3 KB |
secret-1.5.26-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.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/secret/
implementation 'com.brettonw.bedrock:secret:1.5.26'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/secret/
implementation ("com.brettonw.bedrock:secret:1.5.26")
'com.brettonw.bedrock:secret:jar:1.5.26'
<dependency org="com.brettonw.bedrock" name="secret" rev="1.5.26">
<artifact name="secret" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='secret', version='1.5.26')
)
libraryDependencies += "com.brettonw.bedrock" % "secret" % "1.5.26"
[com.brettonw.bedrock/secret "1.5.26"]