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