t

tentackle-log-log4j

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