| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesORM Data | 
        
| GroupId | GroupIdcom.stormpath.sdk | 
    
| ArtifactId | ArtifactIdstormpath-bom | 
    
| Last Version | Last Version2.0.4-okta | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionStormpath Java SDK :: BOM 
            Stormpath Bill of Materials 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| stormpath-bom-2.0.4-okta.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-bom/ -->
<dependency>
    <groupId>com.stormpath.sdk</groupId>
    <artifactId>stormpath-bom</artifactId>
    <version>2.0.4-okta</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-bom/
implementation 'com.stormpath.sdk:stormpath-bom:2.0.4-okta'
                // https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-bom/
implementation ("com.stormpath.sdk:stormpath-bom:2.0.4-okta")
                'com.stormpath.sdk:stormpath-bom:pom:2.0.4-okta'
                <dependency org="com.stormpath.sdk" name="stormpath-bom" rev="2.0.4-okta">
  <artifact name="stormpath-bom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.stormpath.sdk', module='stormpath-bom', version='2.0.4-okta')
)
                libraryDependencies += "com.stormpath.sdk" % "stormpath-bom" % "2.0.4-okta"
                [com.stormpath.sdk/stormpath-bom "2.0.4-okta"]