Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIddev.errant |
ArtifactId | ArtifactIdbettertype-parent |
Version | Version0.5.0 |
Type | Typepom |
Filename | Size |
---|---|
bettertype-parent-0.5.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.errant/bettertype-parent/ -->
<dependency>
<groupId>dev.errant</groupId>
<artifactId>bettertype-parent</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.errant/bettertype-parent/
implementation 'dev.errant:bettertype-parent:0.5.0'
// https://jarcasting.com/artifacts/dev.errant/bettertype-parent/
implementation ("dev.errant:bettertype-parent:0.5.0")
'dev.errant:bettertype-parent:pom:0.5.0'
<dependency org="dev.errant" name="bettertype-parent" rev="0.5.0">
<artifact name="bettertype-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.errant', module='bettertype-parent', version='0.5.0')
)
libraryDependencies += "dev.errant" % "bettertype-parent" % "0.5.0"
[dev.errant/bettertype-parent "0.5.0"]