License |
License |
---|---|
GroupId | GroupIdio.github.frostingwolf |
ArtifactId | ArtifactIdsaluki |
Version | Version1.5.9.RELEASE |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
saluki-1.5.9.RELEASE.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.frostingwolf/saluki/ -->
<dependency>
<groupId>io.github.frostingwolf</groupId>
<artifactId>saluki</artifactId>
<version>1.5.9.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.frostingwolf/saluki/
implementation 'io.github.frostingwolf:saluki:1.5.9.RELEASE'
// https://jarcasting.com/artifacts/io.github.frostingwolf/saluki/
implementation ("io.github.frostingwolf:saluki:1.5.9.RELEASE")
'io.github.frostingwolf:saluki:pom:1.5.9.RELEASE'
<dependency org="io.github.frostingwolf" name="saluki" rev="1.5.9.RELEASE">
<artifact name="saluki" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.frostingwolf', module='saluki', version='1.5.9.RELEASE')
)
libraryDependencies += "io.github.frostingwolf" % "saluki" % "1.5.9.RELEASE"
[io.github.frostingwolf/saluki "1.5.9.RELEASE"]