License |
License |
---|---|
Categories |
CategoriesNet SLF4J Application Layer Libs Logging |
GroupId | GroupIdnet.peachjean.slf4j.mojo |
ArtifactId | ArtifactIdslf4j-mojo |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSLF4J Mojo Binding
An SLF4J binding for the mojo log object.
|
Filename | Size |
---|---|
slf4j-mojo-0.3.pom | |
slf4j-mojo-0.3.jar | 8 KB |
slf4j-mojo-0.3-sources.jar | 4 KB |
slf4j-mojo-0.3-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.peachjean.slf4j.mojo/slf4j-mojo/ -->
<dependency>
<groupId>net.peachjean.slf4j.mojo</groupId>
<artifactId>slf4j-mojo</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.peachjean.slf4j.mojo/slf4j-mojo/
implementation 'net.peachjean.slf4j.mojo:slf4j-mojo:0.3'
// https://jarcasting.com/artifacts/net.peachjean.slf4j.mojo/slf4j-mojo/
implementation ("net.peachjean.slf4j.mojo:slf4j-mojo:0.3")
'net.peachjean.slf4j.mojo:slf4j-mojo:jar:0.3'
<dependency org="net.peachjean.slf4j.mojo" name="slf4j-mojo" rev="0.3">
<artifact name="slf4j-mojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.peachjean.slf4j.mojo', module='slf4j-mojo', version='0.3')
)
libraryDependencies += "net.peachjean.slf4j.mojo" % "slf4j-mojo" % "0.3"
[net.peachjean.slf4j.mojo/slf4j-mojo "0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.6 |
org.apache.maven : maven-plugin-api | jar | 3.0.4 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.9.0 |
junit : junit-dep | jar | 4.10 |