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