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