License |
License |
---|---|
GroupId | GroupIdcom.predic8 |
ArtifactId | ArtifactIdsoa-model-parent |
Version | Version1.6.3 |
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.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.predic8/soa-model-parent/
implementation 'com.predic8:soa-model-parent:1.6.3'
// https://jarcasting.com/artifacts/com.predic8/soa-model-parent/
implementation ("com.predic8:soa-model-parent:1.6.3")
'com.predic8:soa-model-parent:pom:1.6.3'
<dependency org="com.predic8" name="soa-model-parent" rev="1.6.3">
<artifact name="soa-model-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.predic8', module='soa-model-parent', version='1.6.3')
)
libraryDependencies += "com.predic8" % "soa-model-parent" % "1.6.3"
[com.predic8/soa-model-parent "1.6.3"]