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