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