MVN

tech.jhipster : jhipster-framework

Maven & Gradle

Jul 07, 2023
2 usages
69 stars

JHipster server-side framework · Server-side library used by applications created with the JHipster generator, see https://www.jhipster.tech/ for more information on JHipster

<dependency>
    <groupId>tech.jhipster</groupId>
    <artifactId>jhipster-framework</artifactId>
    <version>7.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.9.3
  • Latest Beta: 8.0.0-beta.2

All Versions

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

Version Vulnerabilities Updated
8.0.x
jhipster-framework-8.0.0-beta.2
jhipster-framework-8.0.0-beta.1
7.9.x
jhipster-framework-7.9.3
jhipster-framework-7.9.2
jhipster-framework-7.9.1
jhipster-framework-7.9.0
7.8.x
jhipster-framework-7.8.1
jhipster-framework-7.8.0
7.7.x
jhipster-framework-7.7.0
7.6.x
jhipster-framework-7.6.0
7.5.x
jhipster-framework-7.5.1
jhipster-framework-7.5.0
7.4.x
jhipster-framework-7.4.1
jhipster-framework-7.4.0
7.3.x
jhipster-framework-7.3.1
jhipster-framework-7.3.0
7.2.x
jhipster-framework-7.2.0
7.1.x
jhipster-framework-7.1.0
7.0.x
jhipster-framework-7.0.1
jhipster-framework-7.0.0
jhipster-framework-7.0.0-beta.1
jhipster-framework-7.0.0-beta.0
0.1.x
jhipster-framework-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.jhipster</groupId>
    <artifactId>jhipster-framework</artifactId>
    <version>7.9.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tech.jhipster:jhipster-framework:7.9.3'

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

implementation("tech.jhipster:jhipster-framework:7.9.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "tech.jhipster" % "jhipster-framework" % "7.9.3"

Advertisement