GroupId | GroupIdclub.pizzalord |
---|---|
ArtifactId | ArtifactIdgaladriel-starter |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
galadriel-starter-0.0.2.pom | |
galadriel-starter-0.0.2.jar | 10 KB |
galadriel-starter-0.0.2-sources.jar | 6 KB |
galadriel-starter-0.0.2-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/club.pizzalord/galadriel-starter/ -->
<dependency>
<groupId>club.pizzalord</groupId>
<artifactId>galadriel-starter</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/club.pizzalord/galadriel-starter/
implementation 'club.pizzalord:galadriel-starter:0.0.2'
// https://jarcasting.com/artifacts/club.pizzalord/galadriel-starter/
implementation ("club.pizzalord:galadriel-starter:0.0.2")
'club.pizzalord:galadriel-starter:jar:0.0.2'
<dependency org="club.pizzalord" name="galadriel-starter" rev="0.0.2">
<artifact name="galadriel-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.pizzalord', module='galadriel-starter', version='0.0.2')
)
libraryDependencies += "club.pizzalord" % "galadriel-starter" % "0.0.2"
[club.pizzalord/galadriel-starter "0.0.2"]