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