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