j

jhipster

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

compile

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

|-- com.mattbertolini:liquibase-slf4j:2.0.0

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

|-- io.springfox:springfox-swagger2:2.6.1

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

|-- io.prometheus:simpleclient:0.0.20

|-- io.prometheus:simpleclient_servlet:0.0.20

|-- io.prometheus:simpleclient_dropwizard:0.0.20

|-- javax.cache:cache-api

|-- org.hibernate:hibernate-jcache:5.2.8.Final

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