MVN

com.jeramtough : jtlog

Maven & Gradle

Dec 01, 2021
2 usages
0 stars

jtlog · A logging library for javaweb project or android project

<dependency>
    <groupId>com.jeramtough</groupId>
    <artifactId>jtlog</artifactId>
    <version>1.8.4-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jeramtough : jtlog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.4-RELEASE

All Versions

Choose a version of com.jeramtough : jtlog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
jtlog-1.8.4-RELEASE
jtlog-1.8.2-RELEASE
jtlog-1.8.1-RELEASE
1.7.x
jtlog-1.7.6-RELEASE
jtlog-1.7.3-RELEASE
jtlog-1.7.2-RELEASE
jtlog-1.7.1-RELEASE
1.5.x
jtlog-1.5.2-RELEASE
jtlog-1.5.0-RELEASE
1.4.x
jtlog-1.4.0
1.3.x
jtlog-1.3.4
jtlog-1.3.0
1.2.x
jtlog-1.2.0
1.1.x
jtlog-1.1.1
1.1
jtlog-1.1
1.0
jtlog-1.0

How to add a dependency to Maven

Add the following com.jeramtough : jtlog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jeramtough</groupId>
    <artifactId>jtlog</artifactId>
    <version>1.8.4-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jeramtough : jtlog gradle dependency to your build.gradle file:

implementation 'com.jeramtough:jtlog:1.8.4-RELEASE'

Gradle Kotlin DSL: Add the following com.jeramtough : jtlog gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jeramtough:jtlog:1.8.4-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jeramtough : jtlog sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jeramtough" % "jtlog" % "1.8.4-RELEASE"

Advertisement