MVN

com.tenqube : webui

Maven & Gradle

Jun 27, 2023
0 stars

Visual Web Library · Visual Web Library

<dependency>
    <groupId>com.tenqube</groupId>
    <artifactId>webui</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tenqube : webui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5
  • Latest Alpha: 0.0.1-alpha05

All Versions

Choose a version of com.tenqube : webui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
webui-1.0.5
webui-1.0.4
webui-1.0.1
webui-1.0.0
transmsparser
webui-transmsparser-1.0.2
webui-transmsparser-1.0.1
0.0.x
webui-0.0.6
webui-0.0.5
webui-0.0.4
webui-0.0.3
webui-0.0.1-alpha05
webui-0.0.1-alpha04
webui-0.0.1-alpha03
webui-0.0.1-alpha02
webui-0.0.1-alpha01
webui-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tenqube</groupId>
    <artifactId>webui</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tenqube : webui gradle dependency to your build.gradle file:

implementation 'com.tenqube:webui:1.0.5'

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

implementation("com.tenqube:webui:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tenqube : webui sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tenqube" % "webui" % "1.0.5"

Advertisement