| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdcom.stormpath.sdk | 
| ArtifactId | ArtifactIdstormpath-sdk-examples | 
| Version | Version2.0.0-okta-rc1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| stormpath-sdk-examples-2.0.0-okta-rc1.pom | 6 KB | 
| stormpath-sdk-examples-2.0.0-okta-rc1-tests.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-examples/ -->
<dependency>
    <groupId>com.stormpath.sdk</groupId>
    <artifactId>stormpath-sdk-examples</artifactId>
    <version>2.0.0-okta-rc1</version>
</dependency>// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-examples/
implementation 'com.stormpath.sdk:stormpath-sdk-examples:2.0.0-okta-rc1'// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-examples/
implementation ("com.stormpath.sdk:stormpath-sdk-examples:2.0.0-okta-rc1")'com.stormpath.sdk:stormpath-sdk-examples:jar:2.0.0-okta-rc1'<dependency org="com.stormpath.sdk" name="stormpath-sdk-examples" rev="2.0.0-okta-rc1">
  <artifact name="stormpath-sdk-examples" type="jar" />
</dependency>@Grapes(
@Grab(group='com.stormpath.sdk', module='stormpath-sdk-examples', version='2.0.0-okta-rc1')
)libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-examples" % "2.0.0-okta-rc1"[com.stormpath.sdk/stormpath-sdk-examples "2.0.0-okta-rc1"]