License |
License |
---|---|
Categories |
CategoriesDistribution Build Tools |
GroupId | GroupIdorg.apache.cxf |
ArtifactId | ArtifactIdcxf-distribution-manifest |
Last Version | Last Version3.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache CXF Manifest Jar
Apache CXF Manifest Jar
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-distribution-manifest/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-distribution-manifest</artifactId>
<version>3.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-distribution-manifest/
implementation 'org.apache.cxf:cxf-distribution-manifest:3.5.2'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-distribution-manifest/
implementation ("org.apache.cxf:cxf-distribution-manifest:3.5.2")
'org.apache.cxf:cxf-distribution-manifest:jar:3.5.2'
<dependency org="org.apache.cxf" name="cxf-distribution-manifest" rev="3.5.2">
<artifact name="cxf-distribution-manifest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-distribution-manifest', version='3.5.2')
)
libraryDependencies += "org.apache.cxf" % "cxf-distribution-manifest" % "3.5.2"
[org.apache.cxf/cxf-distribution-manifest "3.5.2"]