| GroupId | GroupIdcom.iussoft | 
    
|---|---|
| ArtifactId | ArtifactIdiussoft-platefrom-parent | 
    
| Version | Version3.3-RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| iussoft-platefrom-parent-3.3-RELEASE.pom | 13 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.iussoft/iussoft-platefrom-parent/ -->
<dependency>
    <groupId>com.iussoft</groupId>
    <artifactId>iussoft-platefrom-parent</artifactId>
    <version>3.3-RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.iussoft/iussoft-platefrom-parent/
implementation 'com.iussoft:iussoft-platefrom-parent:3.3-RELEASE'
                // https://jarcasting.com/artifacts/com.iussoft/iussoft-platefrom-parent/
implementation ("com.iussoft:iussoft-platefrom-parent:3.3-RELEASE")
                'com.iussoft:iussoft-platefrom-parent:pom:3.3-RELEASE'
                <dependency org="com.iussoft" name="iussoft-platefrom-parent" rev="3.3-RELEASE">
  <artifact name="iussoft-platefrom-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.iussoft', module='iussoft-platefrom-parent', version='3.3-RELEASE')
)
                libraryDependencies += "com.iussoft" % "iussoft-platefrom-parent" % "3.3-RELEASE"
                [com.iussoft/iussoft-platefrom-parent "3.3-RELEASE"]