MVN

com.hi3project.unida.tools : unida-basicgui

Maven & Gradle

Mar 23, 2016
2 stars

A standalone control and management tool for UniDA Devices built on top of the UniDA Library.

<dependency>
    <groupId>com.hi3project.unida.tools</groupId>
    <artifactId>unida-basicgui</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hi3project.unida.tools : unida-basicgui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of com.hi3project.unida.tools : unida-basicgui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
unida-basicgui-1.1.4
unida-basicgui-1.1.3
unida-basicgui-1.1.2

How to add a dependency to Maven

Add the following com.hi3project.unida.tools : unida-basicgui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hi3project.unida.tools</groupId>
    <artifactId>unida-basicgui</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hi3project.unida.tools : unida-basicgui gradle dependency to your build.gradle file:

implementation 'com.hi3project.unida.tools:unida-basicgui:1.1.4'

Gradle Kotlin DSL: Add the following com.hi3project.unida.tools : unida-basicgui gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hi3project.unida.tools:unida-basicgui:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hi3project.unida.tools : unida-basicgui sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hi3project.unida.tools" % "unida-basicgui" % "1.1.4"