Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.okta.spring.examples |
ArtifactId | ArtifactIdokta-spring-boot-hosted-code-flow-example |
Version | Version2.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.okta.spring.examples/okta-spring-boot-hosted-code-flow-example/ -->
<dependency>
<groupId>com.okta.spring.examples</groupId>
<artifactId>okta-spring-boot-hosted-code-flow-example</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.okta.spring.examples/okta-spring-boot-hosted-code-flow-example/
implementation 'com.okta.spring.examples:okta-spring-boot-hosted-code-flow-example:2.1.2'
// https://jarcasting.com/artifacts/com.okta.spring.examples/okta-spring-boot-hosted-code-flow-example/
implementation ("com.okta.spring.examples:okta-spring-boot-hosted-code-flow-example:2.1.2")
'com.okta.spring.examples:okta-spring-boot-hosted-code-flow-example:jar:2.1.2'
<dependency org="com.okta.spring.examples" name="okta-spring-boot-hosted-code-flow-example" rev="2.1.2">
<artifact name="okta-spring-boot-hosted-code-flow-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.okta.spring.examples', module='okta-spring-boot-hosted-code-flow-example', version='2.1.2')
)
libraryDependencies += "com.okta.spring.examples" % "okta-spring-boot-hosted-code-flow-example" % "2.1.2"
[com.okta.spring.examples/okta-spring-boot-hosted-code-flow-example "2.1.2"]