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