t

tentackle-log-log4j

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