GroupId | GroupIdclub.pizzalord |
---|---|
ArtifactId | ArtifactIdgaladriel-authority |
Version | Version0.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/club.pizzalord/galadriel-authority/ -->
<dependency>
<groupId>club.pizzalord</groupId>
<artifactId>galadriel-authority</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/club.pizzalord/galadriel-authority/
implementation 'club.pizzalord:galadriel-authority:0.0.5'
// https://jarcasting.com/artifacts/club.pizzalord/galadriel-authority/
implementation ("club.pizzalord:galadriel-authority:0.0.5")
'club.pizzalord:galadriel-authority:jar:0.0.5'
<dependency org="club.pizzalord" name="galadriel-authority" rev="0.0.5">
<artifact name="galadriel-authority" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.pizzalord', module='galadriel-authority', version='0.0.5')
)
libraryDependencies += "club.pizzalord" % "galadriel-authority" % "0.0.5"
[club.pizzalord/galadriel-authority "0.0.5"]