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