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