GroupId | GroupIdcom.brettonw.bedrock |
---|---|
ArtifactId | ArtifactIdbedrock |
Version | Version1.5.15 |
Type | Typepom |
Filename | Size |
---|---|
bedrock-1.5.15.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/bedrock/ -->
<dependency>
<groupId>com.brettonw.bedrock</groupId>
<artifactId>bedrock</artifactId>
<version>1.5.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/bedrock/
implementation 'com.brettonw.bedrock:bedrock:1.5.15'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/bedrock/
implementation ("com.brettonw.bedrock:bedrock:1.5.15")
'com.brettonw.bedrock:bedrock:pom:1.5.15'
<dependency org="com.brettonw.bedrock" name="bedrock" rev="1.5.15">
<artifact name="bedrock" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='bedrock', version='1.5.15')
)
libraryDependencies += "com.brettonw.bedrock" % "bedrock" % "1.5.15"
[com.brettonw.bedrock/bedrock "1.5.15"]