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.10.0.jar download
iblog-slf4j-component-0.10.0.pom download
iblog-slf4j-component-0.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder.util</groupId>
  <artifactId>iblog-slf4j-component</artifactId>
  <version>0.10.0</version>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder.util:iblog-slf4j-component:0.10.0'
Gradle Kotlin
implementation("org.infrastructurebuilder.util:iblog-slf4j-component:0.10.0")
Scala SBT
libraryDependencies += "org.infrastructurebuilder.util" % "iblog-slf4j-component" % "0.10.0"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder.util', module='iblog-slf4j-component', version='0.10.0')
)
Apache Ivy
<dependency org="org.infrastructurebuilder.util" name="iblog-slf4j-component" rev="0.10.0" />
Leiningen
[org.infrastructurebuilder.util/iblog-slf4j-component "0.10.0"]
Apache Buildr
'org.infrastructurebuilder.util:iblog-slf4j-component:jar:0.10.0'