GroupId | GroupIdclub.pizzalord |
---|---|
ArtifactId | ArtifactIdshire |
Version | Version0.0.5 |
Type | Typepom |
Filename | Size |
---|---|
shire-0.0.5.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/club.pizzalord/shire/ -->
<dependency>
<groupId>club.pizzalord</groupId>
<artifactId>shire</artifactId>
<version>0.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/club.pizzalord/shire/
implementation 'club.pizzalord:shire:0.0.5'
// https://jarcasting.com/artifacts/club.pizzalord/shire/
implementation ("club.pizzalord:shire:0.0.5")
'club.pizzalord:shire:pom:0.0.5'
<dependency org="club.pizzalord" name="shire" rev="0.0.5">
<artifact name="shire" type="pom" />
</dependency>
@Grapes(
@Grab(group='club.pizzalord', module='shire', version='0.0.5')
)
libraryDependencies += "club.pizzalord" % "shire" % "0.0.5"
[club.pizzalord/shire "0.0.5"]