authmore-resource-springboot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.jameszbl</groupId> <artifactId>authmore-resource-springboot-starter</artifactId> <version>1.0.9</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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> <groupId>com.github.jameszbl</groupId> <artifactId>authmore-resource-springboot-starter</artifactId> <version>1.0.9</version> <name>Authmore</name> <description>A lightweight development kit for building OAuth2 open platform.</description> <url>https://github.com/jameszbl/authmore</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>JamesZBL</id> <name>ZHENG BAO LE</name> <email>1146556298@qq.com</email> <organization>letec.top</organization> <organizationUrl>https://b.letec.top</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/jameszbl/authmore.git</connection> <developerConnection>scm:git:ssh://github.com/jameszbl/authmore.git</developerConnection> <url>https://github.com/jameszbl/authmore</url> </scm> <dependencies> <dependency> <groupId>com.github.jameszbl</groupId> <artifactId>authmore-core</artifactId> <version>1.0.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.jameszbl</groupId> <artifactId>authmore-common</artifactId> <version>1.0.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.1.5.RELEASE</version> <scope>runtime</scope> </dependency> </dependencies> </project>