MVN

io.symcpe.hendrix : hendrix-ui

Maven & Gradle

Nov 02, 2016

hendrix-ui · Hendrix user interface to edit rules and templates

<dependency>
    <groupId>io.symcpe.hendrix</groupId>
    <artifactId>hendrix-ui</artifactId>
    <version>0.0.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.symcpe.hendrix : hendrix-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.34

All Versions

Choose a version of io.symcpe.hendrix : hendrix-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
hendrix-ui-0.0.34
hendrix-ui-0.0.33
hendrix-ui-0.0.32
hendrix-ui-0.0.30
hendrix-ui-0.0.29
hendrix-ui-0.0.28
hendrix-ui-0.0.25
hendrix-ui-0.0.23
hendrix-ui-0.0.22
hendrix-ui-0.0.20
hendrix-ui-0.0.18

How to add a dependency to Maven

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

<dependency>
    <groupId>io.symcpe.hendrix</groupId>
    <artifactId>hendrix-ui</artifactId>
    <version>0.0.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.symcpe.hendrix : hendrix-ui gradle dependency to your build.gradle file:

implementation 'io.symcpe.hendrix:hendrix-ui:0.0.34'

Gradle Kotlin DSL: Add the following io.symcpe.hendrix : hendrix-ui gradle kotlin dependency to your build.gradle.kts file:

implementation("io.symcpe.hendrix:hendrix-ui:0.0.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.symcpe.hendrix : hendrix-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "io.symcpe.hendrix" % "hendrix-ui" % "0.0.34"

Advertisement