MVN

io.peekandpoke.ultra : semanticui-jvm

Maven & Gradle

May 20, 2022
3 stars

"Semantic UI" · "Smemantic UI on top of kotlinx/html"

<dependency>
    <groupId>io.peekandpoke.ultra</groupId>
    <artifactId>semanticui-jvm</artifactId>
    <version>0.45.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.peekandpoke.ultra : semanticui-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.45.0

All Versions

Choose a version of io.peekandpoke.ultra : semanticui-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.45.x
semanticui-jvm-0.45.0
0.44.x
semanticui-jvm-0.44.6
semanticui-jvm-0.44.5
semanticui-jvm-0.44.4
semanticui-jvm-0.44.3
semanticui-jvm-0.44.2
semanticui-jvm-0.44.1
semanticui-jvm-0.44.0
0.43.x
semanticui-jvm-0.43.5
semanticui-jvm-0.43.4
semanticui-jvm-0.43.3
semanticui-jvm-0.43.0
0.42.x
semanticui-jvm-0.42.1
semanticui-jvm-0.42.0

How to add a dependency to Maven

Add the following io.peekandpoke.ultra : semanticui-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.peekandpoke.ultra</groupId>
    <artifactId>semanticui-jvm</artifactId>
    <version>0.45.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.peekandpoke.ultra : semanticui-jvm gradle dependency to your build.gradle file:

implementation 'io.peekandpoke.ultra:semanticui-jvm:0.45.0'

Gradle Kotlin DSL: Add the following io.peekandpoke.ultra : semanticui-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.peekandpoke.ultra:semanticui-jvm:0.45.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.peekandpoke.ultra : semanticui-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.peekandpoke.ultra" % "semanticui-jvm" % "0.45.0"