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