Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.slf4j |
ArtifactId | ArtifactIdslf4j-archetype |
Last Version | Last Version1.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionArchetype - slf4j-archetype
The slf4j Archetype
|
Project URL |
Project URL |
Project Organization |
Project OrganizationQOS.ch |
Filename | Size |
---|---|
slf4j-archetype-1.4.2.pom | |
slf4j-archetype-1.4.2.jar | 10 KB |
slf4j-archetype-1.4.2-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-archetype/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-archetype</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/slf4j-archetype/
implementation 'org.slf4j:slf4j-archetype:1.4.2'
// https://jarcasting.com/artifacts/org.slf4j/slf4j-archetype/
implementation ("org.slf4j:slf4j-archetype:1.4.2")
'org.slf4j:slf4j-archetype:jar:1.4.2'
<dependency org="org.slf4j" name="slf4j-archetype" rev="1.4.2">
<artifact name="slf4j-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='slf4j-archetype', version='1.4.2')
)
libraryDependencies += "org.slf4j" % "slf4j-archetype" % "1.4.2"
[org.slf4j/slf4j-archetype "1.4.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |