commons
The commons project is a collections of commons libraries for Java. Currently it only contains the commons-data library. For more information see commons-data
License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.github.tomschi |
ArtifactId | ArtifactIdcommons-slf4j |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-slf4j
Parent pom different commons modules
|
Project Organization |
Project OrganizationTomschi |
Filename | Size |
---|---|
commons-slf4j-0.2.1.pom | |
commons-slf4j-0.2.1.jar | 8 KB |
commons-slf4j-0.2.1-sources.jar | 7 KB |
commons-slf4j-0.2.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomschi/commons-slf4j/ -->
<dependency>
<groupId>com.github.tomschi</groupId>
<artifactId>commons-slf4j</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-slf4j/
implementation 'com.github.tomschi:commons-slf4j:0.2.1'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-slf4j/
implementation ("com.github.tomschi:commons-slf4j:0.2.1")
'com.github.tomschi:commons-slf4j:jar:0.2.1'
<dependency org="com.github.tomschi" name="commons-slf4j" rev="0.2.1">
<artifact name="commons-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-slf4j', version='0.2.1')
)
libraryDependencies += "com.github.tomschi" % "commons-slf4j" % "0.2.1"
[com.github.tomschi/commons-slf4j "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
uk.org.lidalia : slf4j-test | jar | 1.2.0 |
org.junit.jupiter : junit-jupiter-engine | jar |
The commons project is a collections of commons libraries for Java. Currently it only contains the commons-data library. For more information see commons-data