GroupId | GroupIdcom.github.hazendaz |
---|---|
ArtifactId | ArtifactIdbase-parent |
Version | Version14 |
Type | Typepom |
Filename | Size |
---|---|
base-parent-14.pom | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hazendaz/base-parent/ -->
<dependency>
<groupId>com.github.hazendaz</groupId>
<artifactId>base-parent</artifactId>
<version>14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz/base-parent/
implementation 'com.github.hazendaz:base-parent:14'
// https://jarcasting.com/artifacts/com.github.hazendaz/base-parent/
implementation ("com.github.hazendaz:base-parent:14")
'com.github.hazendaz:base-parent:pom:14'
<dependency org="com.github.hazendaz" name="base-parent" rev="14">
<artifact name="base-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz', module='base-parent', version='14')
)
libraryDependencies += "com.github.hazendaz" % "base-parent" % "14"
[com.github.hazendaz/base-parent "14"]