| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators |
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdauto-log |
| Last Version | Last Version0.0.15 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionauto-log
The auto-log tool for java.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| auto-log-0.0.15.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/auto-log/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>auto-log</artifactId>
<version>0.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/auto-log/
implementation 'com.github.houbb:auto-log:0.0.15'
// https://jarcasting.com/artifacts/com.github.houbb/auto-log/
implementation ("com.github.houbb:auto-log:0.0.15")
'com.github.houbb:auto-log:pom:0.0.15'
<dependency org="com.github.houbb" name="auto-log" rev="0.0.15">
<artifact name="auto-log" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='auto-log', version='0.0.15')
)
libraryDependencies += "com.github.houbb" % "auto-log" % "0.0.15"
[com.github.houbb/auto-log "0.0.15"]