Categories |
CategoriesLogback Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.github.gv2011.logback |
ArtifactId | ArtifactIdlogback-parent |
Version | Version1.3.0 |
Type | Typepom |
Filename | Size |
---|---|
logback-parent-1.3.0.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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011.logback/logback-parent/
implementation 'com.github.gv2011.logback:logback-parent:1.3.0'
// https://jarcasting.com/artifacts/com.github.gv2011.logback/logback-parent/
implementation ("com.github.gv2011.logback:logback-parent:1.3.0")
'com.github.gv2011.logback:logback-parent:pom:1.3.0'
<dependency org="com.github.gv2011.logback" name="logback-parent" rev="1.3.0">
<artifact name="logback-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011.logback', module='logback-parent', version='1.3.0')
)
libraryDependencies += "com.github.gv2011.logback" % "logback-parent" % "1.3.0"
[com.github.gv2011.logback/logback-parent "1.3.0"]