| License | License | 
|---|---|
| Categories | CategoriesLogback Application Layer Libs Logging | 
| GroupId | GroupIdcom.github.gv2011.logback | 
| ArtifactId | ArtifactIdlogback-parent | 
| Last Version | Last Version1.3.5 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionLogback-Parent logback project pom.xml file | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| logback-parent-1.3.5.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.gv2011.logback/logback-parent/ -->
<dependency>
    <groupId>com.github.gv2011.logback</groupId>
    <artifactId>logback-parent</artifactId>
    <version>1.3.5</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.gv2011.logback/logback-parent/
implementation 'com.github.gv2011.logback:logback-parent:1.3.5'// https://jarcasting.com/artifacts/com.github.gv2011.logback/logback-parent/
implementation ("com.github.gv2011.logback:logback-parent:1.3.5")'com.github.gv2011.logback:logback-parent:pom:1.3.5'<dependency org="com.github.gv2011.logback" name="logback-parent" rev="1.3.5">
  <artifact name="logback-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.gv2011.logback', module='logback-parent', version='1.3.5')
)libraryDependencies += "com.github.gv2011.logback" % "logback-parent" % "1.3.5"[com.github.gv2011.logback/logback-parent "1.3.5"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |