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