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