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-0.0.2.jar download
jhipster-0.0.2.pom download
jhipster-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jhipster</groupId>
  <artifactId>jhipster</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.jhipster:jhipster:0.0.2'
Gradle Kotlin
implementation("io.github.jhipster:jhipster:0.0.2")
Scala SBT
libraryDependencies += "io.github.jhipster" % "jhipster" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jhipster', module='jhipster', version='0.0.2')
)
Apache Ivy
<dependency org="io.github.jhipster" name="jhipster" rev="0.0.2" />
Leiningen
[io.github.jhipster/jhipster "0.0.2"]
Apache Buildr
'io.github.jhipster:jhipster:jar:0.0.2'
Dependencies
<parent>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-parent</artifactId>
  <version>1.4.2.RELEASE</version>
</parent>

compile

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

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

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

|-- io.prometheus:simpleclient:0.0.18

|-- io.prometheus:simpleclient_servlet:0.0.18

|-- io.prometheus:simpleclient_dropwizard:0.0.18

|-- javax.cache:cache-api:1.0.0

|-- org.hibernate:hibernate-jcache:5.2.4.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.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

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

test

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

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

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