t

tentackle-log-log4j

Log4J Logging Adapter for Tentackle
https://tentackle.org
Files download
File Operation
tentackle-log-log4j-11.7.4.1.jar download
tentackle-log-log4j-11.7.4.1.pom download
tentackle-log-log4j-11.7.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.tentackle</groupId>
  <artifactId>tentackle-log-log4j</artifactId>
  <version>11.7.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.tentackle:tentackle-log-log4j:11.7.4.1'
Gradle Kotlin
implementation("org.tentackle:tentackle-log-log4j:11.7.4.1")
Scala SBT
libraryDependencies += "org.tentackle" % "tentackle-log-log4j" % "11.7.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.tentackle', module='tentackle-log-log4j', version='11.7.4.1')
)
Apache Ivy
<dependency org="org.tentackle" name="tentackle-log-log4j" rev="11.7.4.1" />
Leiningen
[org.tentackle/tentackle-log-log4j "11.7.4.1"]
Apache Buildr
'org.tentackle:tentackle-log-log4j:jar:11.7.4.1'