| License |
License |
|---|---|
| GroupId | GroupIdcom.eluvio |
| ArtifactId | ArtifactIdsoa-model-core |
| Version | Version1.6.1 |
| Type | Typejar |
| Description |
Descriptionsoa-model-core
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 Organization |
Project Organization |
| Filename | Size |
|---|---|
| soa-model-core-1.6.1.pom | |
| soa-model-core-1.6.1.jar | 1 MB |
| soa-model-core-1.6.1-sources.jar | 301 KB |
| soa-model-core-1.6.1-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.eluvio/soa-model-core/ -->
<dependency>
<groupId>com.eluvio</groupId>
<artifactId>soa-model-core</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.eluvio/soa-model-core/
implementation 'com.eluvio:soa-model-core:1.6.1'
// https://jarcasting.com/artifacts/com.eluvio/soa-model-core/
implementation ("com.eluvio:soa-model-core:1.6.1")
'com.eluvio:soa-model-core:jar:1.6.1'
<dependency org="com.eluvio" name="soa-model-core" rev="1.6.1">
<artifact name="soa-model-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eluvio', module='soa-model-core', version='1.6.1')
)
libraryDependencies += "com.eluvio" % "soa-model-core" % "1.6.1"
[com.eluvio/soa-model-core "1.6.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy | jar | 2.4.12 |
| org.codehaus.groovy : groovy-xml | jar | 2.4.12 |
| org.codehaus.groovy : groovy-json | jar | 2.4.12 |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.5 |
| org.codehaus.groovy : groovy-test | jar | 2.4.12 |
| ch.qos.logback : logback-classic | jar | 1.1.7 |