GroupId | GroupIdio.github.frostingwolf |
---|---|
ArtifactId | ArtifactIdsaluki-core |
Version | Version1.5.7.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
saluki-core-1.5.7.RELEASE.pom | |
saluki-core-1.5.7.RELEASE.jar | 199 KB |
saluki-core-1.5.7.RELEASE-sources.jar | 109 KB |
saluki-core-1.5.7.RELEASE-javadoc.jar | 576 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.frostingwolf/saluki-core/ -->
<dependency>
<groupId>io.github.frostingwolf</groupId>
<artifactId>saluki-core</artifactId>
<version>1.5.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.frostingwolf/saluki-core/
implementation 'io.github.frostingwolf:saluki-core:1.5.7.RELEASE'
// https://jarcasting.com/artifacts/io.github.frostingwolf/saluki-core/
implementation ("io.github.frostingwolf:saluki-core:1.5.7.RELEASE")
'io.github.frostingwolf:saluki-core:jar:1.5.7.RELEASE'
<dependency org="io.github.frostingwolf" name="saluki-core" rev="1.5.7.RELEASE">
<artifact name="saluki-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.frostingwolf', module='saluki-core', version='1.5.7.RELEASE')
)
libraryDependencies += "io.github.frostingwolf" % "saluki-core" % "1.5.7.RELEASE"
[io.github.frostingwolf/saluki-core "1.5.7.RELEASE"]