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