GroupId | GroupIdio.github.thebesteric.framework.switchlogger |
---|---|
ArtifactId | ArtifactIdswitch-logger-core |
Version | Version1.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.thebesteric.framework.switchlogger/switch-logger-core/ -->
<dependency>
<groupId>io.github.thebesteric.framework.switchlogger</groupId>
<artifactId>switch-logger-core</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thebesteric.framework.switchlogger/switch-logger-core/
implementation 'io.github.thebesteric.framework.switchlogger:switch-logger-core:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.thebesteric.framework.switchlogger/switch-logger-core/
implementation ("io.github.thebesteric.framework.switchlogger:switch-logger-core:1.0.0-RELEASE")
'io.github.thebesteric.framework.switchlogger:switch-logger-core:jar:1.0.0-RELEASE'
<dependency org="io.github.thebesteric.framework.switchlogger" name="switch-logger-core" rev="1.0.0-RELEASE">
<artifact name="switch-logger-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thebesteric.framework.switchlogger', module='switch-logger-core', version='1.0.0-RELEASE')
)
libraryDependencies += "io.github.thebesteric.framework.switchlogger" % "switch-logger-core" % "1.0.0-RELEASE"
[io.github.thebesteric.framework.switchlogger/switch-logger-core "1.0.0-RELEASE"]