Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.apache.cxf.dosgi |
ArtifactId | ArtifactIdcxf-dosgi-ri-multibundle-distribution |
Version | Version1.7.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.dosgi/cxf-dosgi-ri-multibundle-distribution/ -->
<dependency>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-multibundle-distribution</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.dosgi/cxf-dosgi-ri-multibundle-distribution/
implementation 'org.apache.cxf.dosgi:cxf-dosgi-ri-multibundle-distribution:1.7.0'
// https://jarcasting.com/artifacts/org.apache.cxf.dosgi/cxf-dosgi-ri-multibundle-distribution/
implementation ("org.apache.cxf.dosgi:cxf-dosgi-ri-multibundle-distribution:1.7.0")
'org.apache.cxf.dosgi:cxf-dosgi-ri-multibundle-distribution:jar:1.7.0'
<dependency org="org.apache.cxf.dosgi" name="cxf-dosgi-ri-multibundle-distribution" rev="1.7.0">
<artifact name="cxf-dosgi-ri-multibundle-distribution" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.dosgi', module='cxf-dosgi-ri-multibundle-distribution', version='1.7.0')
)
libraryDependencies += "org.apache.cxf.dosgi" % "cxf-dosgi-ri-multibundle-distribution" % "1.7.0"
[org.apache.cxf.dosgi/cxf-dosgi-ri-multibundle-distribution "1.7.0"]