| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.cxf |
| ArtifactId | ArtifactIdcxf-common-schemas |
| Last Version | Last Version2.3.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache CXF Common Schemas
Apache CXF Parent POM
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| cxf-common-schemas-2.3.11.pom | |
| cxf-common-schemas-2.3.11.jar | 47 KB |
| cxf-common-schemas-2.3.11-sources.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-common-schemas/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-schemas</artifactId>
<version>2.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-common-schemas/
implementation 'org.apache.cxf:cxf-common-schemas:2.3.11'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-common-schemas/
implementation ("org.apache.cxf:cxf-common-schemas:2.3.11")
'org.apache.cxf:cxf-common-schemas:jar:2.3.11'
<dependency org="org.apache.cxf" name="cxf-common-schemas" rev="2.3.11">
<artifact name="cxf-common-schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-common-schemas', version='2.3.11')
)
libraryDependencies += "org.apache.cxf" % "cxf-common-schemas" % "2.3.11"
[org.apache.cxf/cxf-common-schemas "2.3.11"]