License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security |
GroupId | GroupIdcn.stackbox.archetypes |
ArtifactId | ArtifactIdrest-with-oauth2 |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrest-with-oauth2
SpringBoot Project Generator for springboot, oauth2, mybatis
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]