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