Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.okta.spring.examples |
ArtifactId | ArtifactIdokta-spring-boot-hosted-code-flow-example |
Version | Version0.2.0 |
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>0.2.0</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:0.2.0'
// 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:0.2.0")
'com.okta.spring.examples:okta-spring-boot-hosted-code-flow-example:jar:0.2.0'
<dependency org="com.okta.spring.examples" name="okta-spring-boot-hosted-code-flow-example" rev="0.2.0">
<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='0.2.0')
)
libraryDependencies += "com.okta.spring.examples" % "okta-spring-boot-hosted-code-flow-example" % "0.2.0"
[com.okta.spring.examples/okta-spring-boot-hosted-code-flow-example "0.2.0"]