GroupId | GroupIdcom.github.steveash.bushwhacker |
---|---|
ArtifactId | ArtifactIdbushwhacker-parent |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
bushwhacker-parent-1.0.2.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.steveash.bushwhacker/bushwhacker-parent/ -->
<dependency>
<groupId>com.github.steveash.bushwhacker</groupId>
<artifactId>bushwhacker-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.steveash.bushwhacker/bushwhacker-parent/
implementation 'com.github.steveash.bushwhacker:bushwhacker-parent:1.0.2'
// https://jarcasting.com/artifacts/com.github.steveash.bushwhacker/bushwhacker-parent/
implementation ("com.github.steveash.bushwhacker:bushwhacker-parent:1.0.2")
'com.github.steveash.bushwhacker:bushwhacker-parent:pom:1.0.2'
<dependency org="com.github.steveash.bushwhacker" name="bushwhacker-parent" rev="1.0.2">
<artifact name="bushwhacker-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.steveash.bushwhacker', module='bushwhacker-parent', version='1.0.2')
)
libraryDependencies += "com.github.steveash.bushwhacker" % "bushwhacker-parent" % "1.0.2"
[com.github.steveash.bushwhacker/bushwhacker-parent "1.0.2"]