MVN

net.tangly.erp : ui

Maven & Gradle

May 30, 2024
8 stars

net.tangly.erp.ui · User Interface ERP - using Java 21 or higher (tangly llc)

<dependency>
    <groupId>net.tangly.erp</groupId>
    <artifactId>ui</artifactId>
    <version>0.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.tangly.erp : ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.7

All Versions

Choose a version of net.tangly.erp : ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
ui-0.2.7

How to add a dependency to Maven

Add the following net.tangly.erp : ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.tangly.erp</groupId>
    <artifactId>ui</artifactId>
    <version>0.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.tangly.erp : ui gradle dependency to your build.gradle file:

implementation 'net.tangly.erp:ui:0.2.7'

Gradle Kotlin DSL: Add the following net.tangly.erp : ui gradle kotlin dependency to your build.gradle.kts file:

implementation("net.tangly.erp:ui:0.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.tangly.erp : ui sbt scala dependency to your build.sbt file:

libraryDependencies += "net.tangly.erp" % "ui" % "0.2.7"

Advertisement