Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdorg.apache.cxf |
Version | Version0.70.0.5 |
Type | Typejar |
Filename | Size |
---|---|
org.apache.cxf-0.70.0.5.pom | |
org.apache.cxf-0.70.0.5.jar | 29 MB |
org.apache.cxf-0.70.0.5-tests.jar | 22 bytes |
org.apache.cxf-0.70.0.5-sources.jar | 25 MB |
org.apache.cxf-0.70.0.5-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/org.apache.cxf/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>org.apache.cxf</artifactId>
<version>0.70.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/org.apache.cxf/
implementation 'com.guicedee.services:org.apache.cxf:0.70.0.5'
// https://jarcasting.com/artifacts/com.guicedee.services/org.apache.cxf/
implementation ("com.guicedee.services:org.apache.cxf:0.70.0.5")
'com.guicedee.services:org.apache.cxf:jar:0.70.0.5'
<dependency org="com.guicedee.services" name="org.apache.cxf" rev="0.70.0.5">
<artifact name="org.apache.cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='org.apache.cxf', version='0.70.0.5')
)
libraryDependencies += "com.guicedee.services" % "org.apache.cxf" % "0.70.0.5"
[com.guicedee.services/org.apache.cxf "0.70.0.5"]