j

jhipster-framework

Server-side library used by applications created with the JHipster generator, see https://www.jhipster.tech/ for more information on JHipster
https://github.com/jhipster/jhipster/
Apache License, version 2.0
JHipster
Julien Dubois
Files download
File Operation
jhipster-framework-2.1.0.jar download
jhipster-framework-2.1.0.pom download
jhipster-framework-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jhipster</groupId>
  <artifactId>jhipster-framework</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.jhipster:jhipster-framework:2.1.0'
Gradle Kotlin
implementation("io.github.jhipster:jhipster-framework:2.1.0")
Scala SBT
libraryDependencies += "io.github.jhipster" % "jhipster-framework" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jhipster', module='jhipster-framework', version='2.1.0')
)
Apache Ivy
<dependency org="io.github.jhipster" name="jhipster-framework" rev="2.1.0" />
Leiningen
[io.github.jhipster/jhipster-framework "2.1.0"]
Apache Buildr
'io.github.jhipster:jhipster-framework:jar:2.1.0'
Dependencies
<parent>
  <groupId>io.github.jhipster</groupId>
  <artifactId>jhipster-dependencies</artifactId>
  <version>2.1.0</version>
</parent>

compile

|-- com.fasterxml.jackson.datatype:jackson-datatype-hibernate5

|-- com.mattbertolini:liquibase-slf4j

|-- io.springfox:springfox-swagger2

|-- io.springfox:springfox-bean-validators

|-- javax.cache:cache-api

|-- org.hibernate:hibernate-jcache

|-- org.liquibase:liquibase-core

|-- org.springframework:spring-context-support

|-- org.springframework.boot:spring-boot-actuator

|-- org.springframework.boot:spring-boot-actuator-autoconfigure

|-- org.springframework.boot:spring-boot-autoconfigure

|-- org.springframework.boot:spring-boot-configuration-processor

|-- org.springframework.boot:spring-boot-loader-tools

|-- org.springframework.boot:spring-boot-starter-aop

|-- org.springframework.boot:spring-boot-starter-data-jpa

|-- org.springframework.boot:spring-boot-starter-logging

|-- org.springframework.boot:spring-boot-starter-mail

|-- org.springframework.boot:spring-boot-starter-security

|-- org.springframework.cloud:spring-cloud-starter-netflix-ribbon

|-- org.springframework.security:spring-security-data

|-- org.springframework.security.oauth:spring-security-oauth2

|-- org.springframework.boot:spring-boot-starter-thymeleaf

|-- org.springframework.boot:spring-boot-starter-web

|-- org.springframework.boot:spring-boot-starter-undertow

|-- org.springframework.boot:spring-boot-starter-cloud-connectors

|-- io.micrometer:micrometer-core

|-- io.dropwizard.metrics:metrics-core

test

|-- org.springframework.boot:spring-boot-starter-test

|-- org.springframework.security:spring-security-test

|-- org.springframework.boot:spring-boot-test