Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdorg.apache.cxf |
Version | Version1.1.1.7-jre15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/org.apache.cxf/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>org.apache.cxf</artifactId>
<version>1.1.1.7-jre15</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/org.apache.cxf/
implementation 'com.guicedee.services:org.apache.cxf:1.1.1.7-jre15'
// https://jarcasting.com/artifacts/com.guicedee.services/org.apache.cxf/
implementation ("com.guicedee.services:org.apache.cxf:1.1.1.7-jre15")
'com.guicedee.services:org.apache.cxf:jar:1.1.1.7-jre15'
<dependency org="com.guicedee.services" name="org.apache.cxf" rev="1.1.1.7-jre15">
<artifact name="org.apache.cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='org.apache.cxf', version='1.1.1.7-jre15')
)
libraryDependencies += "com.guicedee.services" % "org.apache.cxf" % "1.1.1.7-jre15"
[com.guicedee.services/org.apache.cxf "1.1.1.7-jre15"]