| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.predic8 | 
    
| ArtifactId | ArtifactIdsoa-model-parent | 
    
| Last Version | Last Version1.6.4 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionsoa-model-parent 
            Membrane SOA Model is an open-source toolkit and Java API for WSDL and XML Schema, licensed under ASF 2.0. that can:
Parse, create or modify a WSDL or XML Schema Document from Java
Compare two WSDL or XML Schema Documents
Create a SOAP Request or Template
Analyze a WSDL or Schema document and generate an HMTL report 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| soa-model-parent-1.6.4.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.predic8/soa-model-parent/ -->
<dependency>
    <groupId>com.predic8</groupId>
    <artifactId>soa-model-parent</artifactId>
    <version>1.6.4</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.predic8/soa-model-parent/
implementation 'com.predic8:soa-model-parent:1.6.4'
                // https://jarcasting.com/artifacts/com.predic8/soa-model-parent/
implementation ("com.predic8:soa-model-parent:1.6.4")
                'com.predic8:soa-model-parent:pom:1.6.4'
                <dependency org="com.predic8" name="soa-model-parent" rev="1.6.4">
  <artifact name="soa-model-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.predic8', module='soa-model-parent', version='1.6.4')
)
                libraryDependencies += "com.predic8" % "soa-model-parent" % "1.6.4"
                [com.predic8/soa-model-parent "1.6.4"]