| GroupId | GroupIdio.github.saigu |
|---|---|
| ArtifactId | ArtifactIdLogLevelSwitch |
| Version | Version1.0.0-ALPHA |
| Type | Typepom |
| Filename | Size |
|---|---|
| LogLevelSwitch-1.0.0-ALPHA.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.saigu/LogLevelSwitch/ -->
<dependency>
<groupId>io.github.saigu</groupId>
<artifactId>LogLevelSwitch</artifactId>
<version>1.0.0-ALPHA</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.saigu/LogLevelSwitch/
implementation 'io.github.saigu:LogLevelSwitch:1.0.0-ALPHA'
// https://jarcasting.com/artifacts/io.github.saigu/LogLevelSwitch/
implementation ("io.github.saigu:LogLevelSwitch:1.0.0-ALPHA")
'io.github.saigu:LogLevelSwitch:pom:1.0.0-ALPHA'
<dependency org="io.github.saigu" name="LogLevelSwitch" rev="1.0.0-ALPHA">
<artifact name="LogLevelSwitch" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.saigu', module='LogLevelSwitch', version='1.0.0-ALPHA')
)
libraryDependencies += "io.github.saigu" % "LogLevelSwitch" % "1.0.0-ALPHA"
[io.github.saigu/LogLevelSwitch "1.0.0-ALPHA"]