is not current version
Last Version 1.0.5

group.flyfish.oauth:oauth-spring-boot 1.0.2


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

group.flyfish.oauth
ArtifactId

ArtifactId

oauth-spring-boot
Version

Version

1.0.2
Type

Type

jar

Download oauth-spring-boot 1.0.2


<!-- https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring-boot/ -->
<dependency>
    <groupId>group.flyfish.oauth</groupId>
    <artifactId>oauth-spring-boot</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring-boot/
implementation 'group.flyfish.oauth:oauth-spring-boot:1.0.2'
// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring-boot/
implementation ("group.flyfish.oauth:oauth-spring-boot:1.0.2")
'group.flyfish.oauth:oauth-spring-boot:jar:1.0.2'
<dependency org="group.flyfish.oauth" name="oauth-spring-boot" rev="1.0.2">
  <artifact name="oauth-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='group.flyfish.oauth', module='oauth-spring-boot', version='1.0.2')
)
libraryDependencies += "group.flyfish.oauth" % "oauth-spring-boot" % "1.0.2"
[group.flyfish.oauth/oauth-spring-boot "1.0.2"]