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