i

iblog-slf4j-component

SLF4j-backed Maven Logging component. This shouldn't be necessary and totally ends up being necessary...
Files download
File Operation
iblog-slf4j-component-0.14.3.jar download
iblog-slf4j-component-0.14.3.pom download
iblog-slf4j-component-0.14.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder.util.logging</groupId>
  <artifactId>iblog-slf4j-component</artifactId>
  <version>0.14.3</version>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder.util.logging:iblog-slf4j-component:0.14.3'
Gradle Kotlin
implementation("org.infrastructurebuilder.util.logging:iblog-slf4j-component:0.14.3")
Scala SBT
libraryDependencies += "org.infrastructurebuilder.util.logging" % "iblog-slf4j-component" % "0.14.3"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder.util.logging', module='iblog-slf4j-component', version='0.14.3')
)
Apache Ivy
<dependency org="org.infrastructurebuilder.util.logging" name="iblog-slf4j-component" rev="0.14.3" />
Leiningen
[org.infrastructurebuilder.util.logging/iblog-slf4j-component "0.14.3"]
Apache Buildr
'org.infrastructurebuilder.util.logging:iblog-slf4j-component:jar:0.14.3'