MVN

com.jeramtough : jtcomponent

Maven & Gradle

Mar 31, 2023
0 stars

jtcomponent · It sealing some common component...

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

Latest Version

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

  • Latest Stable: 1.7.1-RELEASE

All Versions

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

Version Vulnerabilities Updated
1.7.x
jtcomponent-1.7.1-RELEASE
jtcomponent-1.7.0-RELEASE
1.6.x
jtcomponent-1.6.6-RELEASE
jtcomponent-1.6.4-RELEASE
1.5.x
jtcomponent-1.5.8-RELEASE
jtcomponent-1.5.4-RELEASE
jtcomponent-1.5.3-RELEASE
jtcomponent-1.5.2-RELEASE
1.4.x
jtcomponent-1.4.6-RELEASE
jtcomponent-1.4.0-RELEASE
1.3.x
jtcomponent-1.3.6-RELEASE
jtcomponent-1.3.0-RELEASE
1.1.x
jtcomponent-1.1.0-RELEASE
1.0.x
jtcomponent-1.0.0-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jeramtough</groupId>
    <artifactId>jtcomponent</artifactId>
    <version>1.7.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.jeramtough:jtcomponent:1.7.1-RELEASE'

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

implementation("com.jeramtough:jtcomponent:1.7.1-RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.jeramtough" % "jtcomponent" % "1.7.1-RELEASE"

Advertisement