License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging |
GroupId | GroupIdorg.fuin |
ArtifactId | ArtifactIdext4logback |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Archetyper
Creates Maven archetypes from an existing project
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ext4logback-0.3.0.pom | |
ext4logback-0.3.0.jar | 5 KB |
ext4logback-0.3.0-sources.jar | 4 KB |
ext4logback-0.3.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fuin/ext4logback/ -->
<dependency>
<groupId>org.fuin</groupId>
<artifactId>ext4logback</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fuin/ext4logback/
implementation 'org.fuin:ext4logback:0.3.0'
// https://jarcasting.com/artifacts/org.fuin/ext4logback/
implementation ("org.fuin:ext4logback:0.3.0")
'org.fuin:ext4logback:jar:0.3.0'
<dependency org="org.fuin" name="ext4logback" rev="0.3.0">
<artifact name="ext4logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fuin', module='ext4logback', version='0.3.0')
)
libraryDependencies += "org.fuin" % "ext4logback" % "0.3.0"
[org.fuin/ext4logback "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
ch.qos.logback : logback-classic | jar | 1.2.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.22.0 |
commons-io : commons-io | jar | 2.11.0 |
org.fuin : utils4j | jar | 0.11.1 |