| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesIDE Development Tools | 
        
| GroupId | GroupIdcom.mobidevelop.robovm | 
    
| ArtifactId | ArtifactIdrobovm-cacerts-parent | 
    
| Last Version | Last Version2.3.16 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionRoboVM cacerts parent 
            The RoboVM compiler translates Java bytecode into native ARM or x86 code. Apps run directly on the CPU.
        No interpreter or virtual machine involved. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| robovm-cacerts-parent-2.3.16.pom | 631 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-cacerts-parent/ -->
<dependency>
    <groupId>com.mobidevelop.robovm</groupId>
    <artifactId>robovm-cacerts-parent</artifactId>
    <version>2.3.16</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-cacerts-parent/
implementation 'com.mobidevelop.robovm:robovm-cacerts-parent:2.3.16'
                // https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-cacerts-parent/
implementation ("com.mobidevelop.robovm:robovm-cacerts-parent:2.3.16")
                'com.mobidevelop.robovm:robovm-cacerts-parent:pom:2.3.16'
                <dependency org="com.mobidevelop.robovm" name="robovm-cacerts-parent" rev="2.3.16">
  <artifact name="robovm-cacerts-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.mobidevelop.robovm', module='robovm-cacerts-parent', version='2.3.16')
)
                libraryDependencies += "com.mobidevelop.robovm" % "robovm-cacerts-parent" % "2.3.16"
                [com.mobidevelop.robovm/robovm-cacerts-parent "2.3.16"]