MVN

tech.jhipster.lite : jhlite

Maven & Gradle

Aug 21, 2023
413 stars

jhlite · JHipster Lite

<dependency>
    <groupId>tech.jhipster.lite</groupId>
    <artifactId>jhlite</artifactId>
    <version>0.41.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.jhipster.lite : jhlite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.41.0

All Versions

Choose a version of tech.jhipster.lite : jhlite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.41.x
jhlite-0.41.0
0.40.x
jhlite-0.40.0
0.39.x
jhlite-0.39.0
0.38.x
jhlite-0.38.0
0.37.x
jhlite-0.37.0
0.36.x
jhlite-0.36.0
0.35.x
jhlite-0.35.0
0.34.x
jhlite-0.34.0
0.33.x
jhlite-0.33.0
0.32.x
jhlite-0.32.0
0.31.x
jhlite-0.31.0
0.30.x
jhlite-0.30.0
0.29.x
jhlite-0.29.0
0.28.x
jhlite-0.28.0
0.27.x
jhlite-0.27.0
0.26.x
jhlite-0.26.0
0.25.x
jhlite-0.25.0
0.24.x
jhlite-0.24.0
0.23.x
jhlite-0.23.0
0.22.x
jhlite-0.22.0
0.21.x
jhlite-0.21.0
0.20.x
jhlite-0.20.0
0.19.x
jhlite-0.19.0
0.18.x
jhlite-0.18.0
0.17.x
jhlite-0.17.0
0.16.x
jhlite-0.16.1
0.15.x
jhlite-0.15.3
jhlite-0.15.2
jhlite-0.15.1
jhlite-0.15.0

How to add a dependency to Maven

Add the following tech.jhipster.lite : jhlite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.jhipster.lite</groupId>
    <artifactId>jhlite</artifactId>
    <version>0.41.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.jhipster.lite : jhlite gradle dependency to your build.gradle file:

implementation 'tech.jhipster.lite:jhlite:0.41.0'

Gradle Kotlin DSL: Add the following tech.jhipster.lite : jhlite gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.jhipster.lite:jhlite:0.41.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.jhipster.lite : jhlite sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.jhipster.lite" % "jhlite" % "0.41.0"