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