| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииH2 Данные Базы данных OAuth2 Безопасность |
| Группа | Группаcn.stackbox.archetypes |
| Идентификатор | Идентификаторrest-with-oauth2 |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Описание |
Описаниеrest-with-oauth2
SpringBoot Project Generator for springboot, oauth2, mybatis
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| rest-with-oauth2-0.0.1.pom | |
| rest-with-oauth2-0.0.1.jar | 30 KB |
| rest-with-oauth2-0.0.1-sources.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.stackbox.archetypes/rest-with-oauth2/ -->
<dependency>
<groupId>cn.stackbox.archetypes</groupId>
<artifactId>rest-with-oauth2</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stackbox.archetypes/rest-with-oauth2/
implementation 'cn.stackbox.archetypes:rest-with-oauth2:0.0.1'
// https://jarcasting.com/artifacts/cn.stackbox.archetypes/rest-with-oauth2/
implementation ("cn.stackbox.archetypes:rest-with-oauth2:0.0.1")
'cn.stackbox.archetypes:rest-with-oauth2:jar:0.0.1'
<dependency org="cn.stackbox.archetypes" name="rest-with-oauth2" rev="0.0.1">
<artifact name="rest-with-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stackbox.archetypes', module='rest-with-oauth2', version='0.0.1')
)
libraryDependencies += "cn.stackbox.archetypes" % "rest-with-oauth2" % "0.0.1"
[cn.stackbox.archetypes/rest-with-oauth2 "0.0.1"]