MVN

org.webjars : jquery.terminal

Maven & Gradle

Sep 09, 2022

jquery.terminal.js · WebJar for jquery.terminal.js

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>jquery.terminal</artifactId>
    <version>2.34.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars : jquery.terminal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.34.1

All Versions

Choose a version of org.webjars : jquery.terminal to add to Maven or Gradle - All Versions:

  • Version Updated
  • jquery.terminal-2.34.1

    Sep 09, 2022
  • jquery.terminal-2.34.0

    Sep 02, 2022
  • jquery.terminal-0.11.2

    Sep 06, 2016
  • jquery.terminal-0.10.11

    Jun 29, 2016
  • jquery.terminal-0.9.3

    Apr 18, 2016
  • jquery.terminal-0.9.1

    Dec 15, 2015
  • jquery.terminal-0.8.8

    Jan 20, 2015

How to add a dependency to Maven

Add the following org.webjars : jquery.terminal maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>jquery.terminal</artifactId>
    <version>2.34.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars : jquery.terminal gradle dependency to your build.gradle file:

implementation 'org.webjars:jquery.terminal:2.34.1'

Gradle Kotlin DSL: Add the following org.webjars : jquery.terminal gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars:jquery.terminal:2.34.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars : jquery.terminal sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars" % "jquery.terminal" % "2.34.1"