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