MVN

io.github.aliceapps : ui-elements

Maven & Gradle

Nov 07, 2021
0 stars

ui-elements · Custom UI elements classes

<dependency>
    <groupId>io.github.aliceapps</groupId>
    <artifactId>ui-elements</artifactId>
    <version>1.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.aliceapps : ui-elements to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.5

All Versions

Choose a version of io.github.aliceapps : ui-elements to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
ui-elements-1.5.5
ui-elements-1.5.4
ui-elements-1.5.3
ui-elements-1.5.2
ui-elements-1.5.1
ui-elements-1.5.0
1.4.x
ui-elements-1.4.1
ui-elements-1.4.0
1.3.x
ui-elements-1.3.4
ui-elements-1.3.3
ui-elements-1.3.2
ui-elements-1.3.1
ui-elements-1.3.0
1.2.x
ui-elements-1.2.1
1.2
ui-elements-1.2
1.1
ui-elements-1.1
1.0
ui-elements-1.0

How to add a dependency to Maven

Add the following io.github.aliceapps : ui-elements maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.aliceapps</groupId>
    <artifactId>ui-elements</artifactId>
    <version>1.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.aliceapps : ui-elements gradle dependency to your build.gradle file:

implementation 'io.github.aliceapps:ui-elements:1.5.5'

Gradle Kotlin DSL: Add the following io.github.aliceapps : ui-elements gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.aliceapps:ui-elements:1.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.aliceapps : ui-elements sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.aliceapps" % "ui-elements" % "1.5.5"

Advertisement