License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdgroup.flyfish.oauth |
ArtifactId | ArtifactIdoauth-spring-boot |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
oauth-spring-boot-1.0.5.pom | |
oauth-spring-boot-1.0.5.jar | 11 KB |
oauth-spring-boot-1.0.5-sources.jar | 7 KB |
oauth-spring-boot-1.0.5-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring-boot/ -->
<dependency>
<groupId>group.flyfish.oauth</groupId>
<artifactId>oauth-spring-boot</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring-boot/
implementation 'group.flyfish.oauth:oauth-spring-boot:1.0.5'
// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring-boot/
implementation ("group.flyfish.oauth:oauth-spring-boot:1.0.5")
'group.flyfish.oauth:oauth-spring-boot:jar:1.0.5'
<dependency org="group.flyfish.oauth" name="oauth-spring-boot" rev="1.0.5">
<artifact name="oauth-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='group.flyfish.oauth', module='oauth-spring-boot', version='1.0.5')
)
libraryDependencies += "group.flyfish.oauth" % "oauth-spring-boot" % "1.0.5"
[group.flyfish.oauth/oauth-spring-boot "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
group.flyfish.oauth : oauth-spring | jar | 1.0.5 |
org.springframework.boot : spring-boot-starter | jar | 2.1.9.RELEASE |
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |