framework
A full-stack java framework.
| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdorg.leapframework | 
| ArtifactId | ArtifactIdleap-spring-boot-web | 
| Last Version | Last Version0.7.13b | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionA full-stack java web framework. | 
<!-- https://jarcasting.com/artifacts/org.leapframework/leap-spring-boot-web/ -->
<dependency>
    <groupId>org.leapframework</groupId>
    <artifactId>leap-spring-boot-web</artifactId>
    <version>0.7.13b</version>
</dependency>// https://jarcasting.com/artifacts/org.leapframework/leap-spring-boot-web/
implementation 'org.leapframework:leap-spring-boot-web:0.7.13b'// https://jarcasting.com/artifacts/org.leapframework/leap-spring-boot-web/
implementation ("org.leapframework:leap-spring-boot-web:0.7.13b")'org.leapframework:leap-spring-boot-web:jar:0.7.13b'<dependency org="org.leapframework" name="leap-spring-boot-web" rev="0.7.13b">
  <artifact name="leap-spring-boot-web" type="jar" />
</dependency>@Grapes(
@Grab(group='org.leapframework', module='leap-spring-boot-web', version='0.7.13b')
)libraryDependencies += "org.leapframework" % "leap-spring-boot-web" % "0.7.13b"[org.leapframework/leap-spring-boot-web "0.7.13b"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.leapframework : leap-spring-boot | jar | 0.7.13b | 
| org.leapframework : leap-web | jar | 0.7.13b | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.8.RELEASE | 
| org.slf4j : slf4j-api | jar | 1.7.5 | 
| org.slf4j : jcl-over-slf4j | jar | 1.7.5 | 
| ch.qos.logback : logback-classic | jar | 1.2.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.8.RELEASE | 
| org.leapframework : leap-webunit | jar | 0.7.13b | 
| com.h2database : h2 | jar | 1.3.172 | 
| org.apache.derby : derby | jar | 10.10.2.0 | 
| mysql : mysql-connector-java | jar | 5.1.26 | 
| postgresql : postgresql | jar | 9.1-901.jdbc4 | 
| org.mariadb.jdbc : mariadb-java-client | jar | 1.1.7 | 
| com.microsoft.sqlserver : mssql-jdbc | jar | 6.1.0.jre8 | 
| com.oracle.jdbc » ojdbc7 | jar | 12.1.0.2 | 
A full-stack java framework.