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