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