j

jhipster

Server-side library used by applications created with the JHipster generator, see http://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-1.2.0.jar download
jhipster-1.2.0.pom download
jhipster-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jhipster</groupId>
  <artifactId>jhipster</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.jhipster:jhipster:1.2.0'
Gradle Kotlin
implementation("io.github.jhipster:jhipster:1.2.0")
Scala SBT
libraryDependencies += "io.github.jhipster" % "jhipster" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jhipster', module='jhipster', version='1.2.0')
)
Apache Ivy
<dependency org="io.github.jhipster" name="jhipster" rev="1.2.0" />
Leiningen
[io.github.jhipster/jhipster "1.2.0"]
Apache Buildr
'io.github.jhipster:jhipster:jar:1.2.0'
Dependencies

compile

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

|-- com.fasterxml.jackson.datatype:jackson-datatype-json-org

|-- com.mattbertolini:liquibase-slf4j

|-- io.dropwizard.metrics:metrics-graphite

|-- io.springfox:springfox-swagger2

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

|-- io.prometheus:simpleclient

|-- io.prometheus:simpleclient_servlet

|-- io.prometheus:simpleclient_dropwizard

|-- 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-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-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

test

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

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

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