GroupId | GroupIdcom.github.luues.tool |
---|---|
ArtifactId | ArtifactIdtool-setting |
Version | Version1.0.0.4.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.luues.tool/tool-setting/ -->
<dependency>
<groupId>com.github.luues.tool</groupId>
<artifactId>tool-setting</artifactId>
<version>1.0.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues.tool/tool-setting/
implementation 'com.github.luues.tool:tool-setting:1.0.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues.tool/tool-setting/
implementation ("com.github.luues.tool:tool-setting:1.0.0.4.RELEASE")
'com.github.luues.tool:tool-setting:jar:1.0.0.4.RELEASE'
<dependency org="com.github.luues.tool" name="tool-setting" rev="1.0.0.4.RELEASE">
<artifact name="tool-setting" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luues.tool', module='tool-setting', version='1.0.0.4.RELEASE')
)
libraryDependencies += "com.github.luues.tool" % "tool-setting" % "1.0.0.4.RELEASE"
[com.github.luues.tool/tool-setting "1.0.0.4.RELEASE"]