o

okta-spring-boot-hosted-code-flow-example

Files download
File Operation
okta-spring-boot-hosted-code-flow-example-3.0.4.jar download
okta-spring-boot-hosted-code-flow-example-3.0.4.pom download
okta-spring-boot-hosted-code-flow-example-3.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.okta.spring.examples</groupId>
  <artifactId>okta-spring-boot-hosted-code-flow-example</artifactId>
  <version>3.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.okta.spring.examples:okta-spring-boot-hosted-code-flow-example:3.0.4'
Gradle Kotlin
implementation("com.okta.spring.examples:okta-spring-boot-hosted-code-flow-example:3.0.4")
Scala SBT
libraryDependencies += "com.okta.spring.examples" % "okta-spring-boot-hosted-code-flow-example" % "3.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.okta.spring.examples', module='okta-spring-boot-hosted-code-flow-example', version='3.0.4')
)
Apache Ivy
<dependency org="com.okta.spring.examples" name="okta-spring-boot-hosted-code-flow-example" rev="3.0.4" />
Leiningen
[com.okta.spring.examples/okta-spring-boot-hosted-code-flow-example "3.0.4"]
Apache Buildr
'com.okta.spring.examples:okta-spring-boot-hosted-code-flow-example:jar:3.0.4'