| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.chenkaiwei.krest |
| Идентификатор | Идентификаторkrest-parent |
| Последняя версия | Последняя версия1.0.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеkrest
KRest是一款整合了shiro、jwt和通信加密功能的RESTful服务框架,只需完成最为必要的个性化配置,即可直接使用。
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| krest-parent-1.0.5.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.chenkaiwei.krest/krest-parent/ -->
<dependency>
<groupId>com.chenkaiwei.krest</groupId>
<artifactId>krest-parent</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.chenkaiwei.krest/krest-parent/
implementation 'com.chenkaiwei.krest:krest-parent:1.0.5'
// https://jarcasting.com/artifacts/com.chenkaiwei.krest/krest-parent/
implementation ("com.chenkaiwei.krest:krest-parent:1.0.5")
'com.chenkaiwei.krest:krest-parent:pom:1.0.5'
<dependency org="com.chenkaiwei.krest" name="krest-parent" rev="1.0.5">
<artifact name="krest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.chenkaiwei.krest', module='krest-parent', version='1.0.5')
)
libraryDependencies += "com.chenkaiwei.krest" % "krest-parent" % "1.0.5"
[com.chenkaiwei.krest/krest-parent "1.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.6.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.3 |