structure-oauth-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-oauth-api</artifactId>
<version>1.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.structured</groupId>
<artifactId>structure-oauth-dependencies</artifactId>
<version>1.0.2</version>
<relativePath>../structure-oauth-dependencies/pom.xml</relativePath>
</parent>
<groupId>cn.structured</groupId>
<artifactId>structure-oauth-api</artifactId>
<version>1.0.2</version>
<name>structure-oauth-api</name>
<description>oauth 接口</description>
<url>https://projects.structured.cn/structure-oauth</url>
<inceptionYear>2021</inceptionYear>
<organization>
<name>structure</name>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>chuckLcq</id>
<name>chuck</name>
<email>15524415221@163.com</email>
</developer>
<developer>
<id>lchqJava</id>
<name>Chuanqiang Liu</name>
<email>361648887@qq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/structure-projects/structure-oauth.git</connection>
<developerConnection>scm:git:ssh://git@github.com:structure-projects/structure-oauth.git</developerConnection>
<url>https://github.com/structure-projects/structure-oauth</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/structure-projects/structure-oauth/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
</dependencies>
</project>