t

tentackle-log-log4j

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