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