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