| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.0604hx |
| Идентификатор | Идентификаторnerve-spring-web |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
Описаниеcom.github.0604hx:nerve-spring-web
基于Spring-boot的web快速开发组件,提供了可以继承的通用Controller
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| nerve-spring-web-1.0.pom | |
| nerve-spring-web-1.0.jar | 17 KB |
| nerve-spring-web-1.0-sources.jar | 7 KB |
| nerve-spring-web-1.0-javadoc.jar | 53 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.0604hx/nerve-spring-web/ -->
<dependency>
<groupId>com.github.0604hx</groupId>
<artifactId>nerve-spring-web</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.0604hx/nerve-spring-web/
implementation 'com.github.0604hx:nerve-spring-web:1.0'
// https://jarcasting.com/artifacts/com.github.0604hx/nerve-spring-web/
implementation ("com.github.0604hx:nerve-spring-web:1.0")
'com.github.0604hx:nerve-spring-web:jar:1.0'
<dependency org="com.github.0604hx" name="nerve-spring-web" rev="1.0">
<artifact name="nerve-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.0604hx', module='nerve-spring-web', version='1.0')
)
libraryDependencies += "com.github.0604hx" % "nerve-spring-web" % "1.0"
[com.github.0604hx/nerve-spring-web "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.0604hx : nerve-spring-repository-mongo | jar | 1.0 |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-freemarker | jar | |
| com.alibaba : fastjson | jar | 1.2.11 |