| Categories | CategoriesJSON Data | 
|---|---|
| GroupId | GroupIdcom.github.luues.tool | 
| ArtifactId | ArtifactIdtool-json | 
| Version | Version1.0.0.8.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.0.8.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.luues.tool/tool-json/
implementation 'com.github.luues.tool:tool-json:1.0.0.8.RELEASE'// https://jarcasting.com/artifacts/com.github.luues.tool/tool-json/
implementation ("com.github.luues.tool:tool-json:1.0.0.8.RELEASE")'com.github.luues.tool:tool-json:jar:1.0.0.8.RELEASE'<dependency org="com.github.luues.tool" name="tool-json" rev="1.0.0.8.RELEASE">
  <artifact name="tool-json" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.luues.tool', module='tool-json', version='1.0.0.8.RELEASE')
)libraryDependencies += "com.github.luues.tool" % "tool-json" % "1.0.0.8.RELEASE"[com.github.luues.tool/tool-json "1.0.0.8.RELEASE"]