i

iblogging-root

Logging config should be relatively standardized. The artifacts from this build will allow for that as `type` XML artifacts
https://github.com/${team.group.id}/iblogging-root
Files download
File Operation
iblogging-root-0.14.4.pom download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder.util.logging</groupId>
  <artifactId>iblogging-root</artifactId>
  <version>0.14.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder.util.logging:iblogging-root:0.14.4'
Gradle Kotlin
implementation("org.infrastructurebuilder.util.logging:iblogging-root:0.14.4")
Scala SBT
libraryDependencies += "org.infrastructurebuilder.util.logging" % "iblogging-root" % "0.14.4"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder.util.logging', module='iblogging-root', version='0.14.4')
)
Apache Ivy
<dependency org="org.infrastructurebuilder.util.logging" name="iblogging-root" rev="0.14.4" />
Leiningen
[org.infrastructurebuilder.util.logging/iblogging-root "0.14.4"]
Apache Buildr
'org.infrastructurebuilder.util.logging:iblogging-root:jar:0.14.4'