| Группа | Группаorg.apache.cxf |
|---|---|
| Идентификатор | Идентификаторcxf-rt-core |
| Версия | Версия2.3.11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cxf-rt-core-2.3.11.pom | |
| cxf-rt-core-2.3.11.jar | 472 KB |
| cxf-rt-core-2.3.11-sources.jar | 343 KB |
| cxf-rt-core-2.3.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.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-core/
implementation 'org.apache.cxf:cxf-rt-core:2.3.11'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-core/
implementation ("org.apache.cxf:cxf-rt-core:2.3.11")
'org.apache.cxf:cxf-rt-core:jar:2.3.11'
<dependency org="org.apache.cxf" name="cxf-rt-core" rev="2.3.11">
<artifact name="cxf-rt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-core', version='2.3.11')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-core" % "2.3.11"
[org.apache.cxf/cxf-rt-core "2.3.11"]