| Группа | Группаorg.apache.cxf |
|---|---|
| Идентификатор | Идентификаторcxf-rt-core |
| Версия | Версия2.2.11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cxf-rt-core-2.2.11.pom | |
| cxf-rt-core-2.2.11.jar | 409 KB |
| cxf-rt-core-2.2.11-sources.jar | 306 KB |
| cxf-rt-core-2.2.11-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-core/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-core</artifactId>
<version>2.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-core/
implementation 'org.apache.cxf:cxf-rt-core:2.2.11'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-core/
implementation ("org.apache.cxf:cxf-rt-core:2.2.11")
'org.apache.cxf:cxf-rt-core:jar:2.2.11'
<dependency org="org.apache.cxf" name="cxf-rt-core" rev="2.2.11">
<artifact name="cxf-rt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-core', version='2.2.11')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-core" % "2.2.11"
[org.apache.cxf/cxf-rt-core "2.2.11"]