| GroupId | GroupIdcom.github.luues.tool | 
|---|---|
| ArtifactId | ArtifactIdtool-core | 
| Version | Version1.0.1.3.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| tool-core-1.0.1.3.RELEASE.pom | |
| tool-core-1.0.1.3.RELEASE.jar | 945 KB | 
| tool-core-1.0.1.3.RELEASE-sources.jar | 786 KB | 
| tool-core-1.0.1.3.RELEASE-javadoc.jar | 3 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.luues.tool/tool-core/ -->
<dependency>
    <groupId>com.github.luues.tool</groupId>
    <artifactId>tool-core</artifactId>
    <version>1.0.1.3.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.luues.tool/tool-core/
implementation 'com.github.luues.tool:tool-core:1.0.1.3.RELEASE'// https://jarcasting.com/artifacts/com.github.luues.tool/tool-core/
implementation ("com.github.luues.tool:tool-core:1.0.1.3.RELEASE")'com.github.luues.tool:tool-core:jar:1.0.1.3.RELEASE'<dependency org="com.github.luues.tool" name="tool-core" rev="1.0.1.3.RELEASE">
  <artifact name="tool-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.luues.tool', module='tool-core', version='1.0.1.3.RELEASE')
)libraryDependencies += "com.github.luues.tool" % "tool-core" % "1.0.1.3.RELEASE"[com.github.luues.tool/tool-core "1.0.1.3.RELEASE"]