| Categories |
CategoriesAuto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdauto-log-test |
| Version | Version0.0.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| auto-log-test-0.0.13.pom | |
| auto-log-test-0.0.13.jar | 8 KB |
| auto-log-test-0.0.13-sources.jar | 5 KB |
| auto-log-test-0.0.13-javadoc.jar | 90 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/auto-log-test/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>auto-log-test</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/auto-log-test/
implementation 'com.github.houbb:auto-log-test:0.0.13'
// https://jarcasting.com/artifacts/com.github.houbb/auto-log-test/
implementation ("com.github.houbb:auto-log-test:0.0.13")
'com.github.houbb:auto-log-test:jar:0.0.13'
<dependency org="com.github.houbb" name="auto-log-test" rev="0.0.13">
<artifact name="auto-log-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='auto-log-test', version='0.0.13')
)
libraryDependencies += "com.github.houbb" % "auto-log-test" % "0.0.13"
[com.github.houbb/auto-log-test "0.0.13"]