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