| GroupId | GroupIdio.github.saigu |
|---|---|
| ArtifactId | ArtifactIdlog-switch-core |
| Version | Version1.0.0-ALPHA |
| Type | Typejar |
| Filename | Size |
|---|---|
| log-switch-core-1.0.0-ALPHA.pom | |
| log-switch-core-1.0.0-ALPHA.jar | 18 KB |
| log-switch-core-1.0.0-ALPHA-sources.jar | 10 KB |
| log-switch-core-1.0.0-ALPHA-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.saigu/log-switch-core/ -->
<dependency>
<groupId>io.github.saigu</groupId>
<artifactId>log-switch-core</artifactId>
<version>1.0.0-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.saigu/log-switch-core/
implementation 'io.github.saigu:log-switch-core:1.0.0-ALPHA'
// https://jarcasting.com/artifacts/io.github.saigu/log-switch-core/
implementation ("io.github.saigu:log-switch-core:1.0.0-ALPHA")
'io.github.saigu:log-switch-core:jar:1.0.0-ALPHA'
<dependency org="io.github.saigu" name="log-switch-core" rev="1.0.0-ALPHA">
<artifact name="log-switch-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.saigu', module='log-switch-core', version='1.0.0-ALPHA')
)
libraryDependencies += "io.github.saigu" % "log-switch-core" % "1.0.0-ALPHA"
[io.github.saigu/log-switch-core "1.0.0-ALPHA"]