| GroupId | GroupIdcom.lazycece.au |
|---|---|
| ArtifactId | ArtifactIdau-parent |
| Version | Version1.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| au-parent-1.0.1.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lazycece.au/au-parent/ -->
<dependency>
<groupId>com.lazycece.au</groupId>
<artifactId>au-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lazycece.au/au-parent/
implementation 'com.lazycece.au:au-parent:1.0.1'
// https://jarcasting.com/artifacts/com.lazycece.au/au-parent/
implementation ("com.lazycece.au:au-parent:1.0.1")
'com.lazycece.au:au-parent:pom:1.0.1'
<dependency org="com.lazycece.au" name="au-parent" rev="1.0.1">
<artifact name="au-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lazycece.au', module='au-parent', version='1.0.1')
)
libraryDependencies += "com.lazycece.au" % "au-parent" % "1.0.1"
[com.lazycece.au/au-parent "1.0.1"]