| License | License | 
|---|---|
| GroupId | GroupIdli.rudin.core | 
| ArtifactId | ArtifactIdcore-logger | 
| Last Version | Last Version2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Filename | Size | 
|---|---|
| core-logger-2.0.pom | |
| core-logger-2.0.jar | 1 KB | 
| core-logger-2.0-sources.jar | 825 bytes | 
| core-logger-2.0-javadoc.jar | 336 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/li.rudin.core/core-logger/ -->
<dependency>
    <groupId>li.rudin.core</groupId>
    <artifactId>core-logger</artifactId>
    <version>2.0</version>
</dependency>// https://jarcasting.com/artifacts/li.rudin.core/core-logger/
implementation 'li.rudin.core:core-logger:2.0'// https://jarcasting.com/artifacts/li.rudin.core/core-logger/
implementation ("li.rudin.core:core-logger:2.0")'li.rudin.core:core-logger:jar:2.0'<dependency org="li.rudin.core" name="core-logger" rev="2.0">
  <artifact name="core-logger" type="jar" />
</dependency>@Grapes(
@Grab(group='li.rudin.core', module='core-logger', version='2.0')
)libraryDependencies += "li.rudin.core" % "core-logger" % "2.0"[li.rudin.core/core-logger "2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.2 | 
| li.rudin.core : core-base | jar | 2.0 |