| License |
License |
|---|---|
| GroupId | GroupIdio.github.opensabre |
| ArtifactId | ArtifactIdcommon-web |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
Descriptioncommon-web
OpenSabre Web project for Spring Boot
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-web-0.0.1.pom | |
| common-web-0.0.1.jar | 17 KB |
| common-web-0.0.1-sources.jar | 11 KB |
| common-web-0.0.1-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.opensabre/common-web/ -->
<dependency>
<groupId>io.github.opensabre</groupId>
<artifactId>common-web</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.opensabre/common-web/
implementation 'io.github.opensabre:common-web:0.0.1'
// https://jarcasting.com/artifacts/io.github.opensabre/common-web/
implementation ("io.github.opensabre:common-web:0.0.1")
'io.github.opensabre:common-web:jar:0.0.1'
<dependency org="io.github.opensabre" name="common-web" rev="0.0.1">
<artifact name="common-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.opensabre', module='common-web', version='0.0.1')
)
libraryDependencies += "io.github.opensabre" % "common-web" % "0.0.1"
[io.github.opensabre/common-web "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.opensabre : common-core | jar | 0.0.1 |
| org.springframework : spring-web | jar | 5.0.17.RELEASE |
| org.springframework : spring-webmvc | jar | 5.0.17.RELEASE |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.7 |
| com.baomidou : mybatis-plus-boot-starter | jar | 3.1.0 |
| org.mybatis : mybatis-spring | jar | 2.0.0 |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.4.RELEASE |
| org.apache.commons : commons-pool2 | jar | 2.6.0 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.springframework : spring-test | jar | 5.1.6.RELEASE |
| org.mybatis : mybatis | jar | 3.5.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | RELEASE |
| junit : junit | jar | 4.13.2 |