t

tentackle-log-log4j

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