GroupId | GroupIdio.github.frostingwolf |
---|---|
ArtifactId | ArtifactIdsaluki-registry |
Version | Version1.5.8.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
saluki-registry-1.5.8.RELEASE.pom | 804 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.frostingwolf/saluki-registry/ -->
<dependency>
<groupId>io.github.frostingwolf</groupId>
<artifactId>saluki-registry</artifactId>
<version>1.5.8.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.frostingwolf/saluki-registry/
implementation 'io.github.frostingwolf:saluki-registry:1.5.8.RELEASE'
// https://jarcasting.com/artifacts/io.github.frostingwolf/saluki-registry/
implementation ("io.github.frostingwolf:saluki-registry:1.5.8.RELEASE")
'io.github.frostingwolf:saluki-registry:pom:1.5.8.RELEASE'
<dependency org="io.github.frostingwolf" name="saluki-registry" rev="1.5.8.RELEASE">
<artifact name="saluki-registry" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.frostingwolf', module='saluki-registry', version='1.5.8.RELEASE')
)
libraryDependencies += "io.github.frostingwolf" % "saluki-registry" % "1.5.8.RELEASE"
[io.github.frostingwolf/saluki-registry "1.5.8.RELEASE"]