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