| License | License | 
|---|---|
| Categories | CategoriesJHipster Application Layer Libs Code Generators | 
| GroupId | GroupIdtech.jhipster | 
| ArtifactId | ArtifactIdjhipster-framework | 
| Last Version | Last Version7.8.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJHipster server-side framework Server-side library used by applications created with the JHipster generator, see https://www.jhipster.tech/ for more information on JHipster | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| jhipster-framework-7.8.1.pom | |
| jhipster-framework-7.8.1.jar | 144 KB | 
| jhipster-framework-7.8.1-sources.jar | 87 KB | 
| jhipster-framework-7.8.1-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/tech.jhipster/jhipster-framework/ -->
<dependency>
    <groupId>tech.jhipster</groupId>
    <artifactId>jhipster-framework</artifactId>
    <version>7.8.1</version>
</dependency>// https://jarcasting.com/artifacts/tech.jhipster/jhipster-framework/
implementation 'tech.jhipster:jhipster-framework:7.8.1'// https://jarcasting.com/artifacts/tech.jhipster/jhipster-framework/
implementation ("tech.jhipster:jhipster-framework:7.8.1")'tech.jhipster:jhipster-framework:jar:7.8.1'<dependency org="tech.jhipster" name="jhipster-framework" rev="7.8.1">
  <artifact name="jhipster-framework" type="jar" />
</dependency>@Grapes(
@Grab(group='tech.jhipster', module='jhipster-framework', version='7.8.1')
)libraryDependencies += "tech.jhipster" % "jhipster-framework" % "7.8.1"[tech.jhipster/jhipster-framework "7.8.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.6 | 
| org.springframework.security : spring-security-test | jar | |
| org.springframework.boot : spring-boot-test | jar | 2.6.6 | 
| com.h2database : h2 Optional | jar | 1.4.200 |