| Категории |
КатегорииGeronimo Контейнер Application Servers |
|---|---|
| Группа | Группаorg.apache.geronimo.plugins |
| Идентификатор | Идентификаторwebservices |
| Версия | Версия2.1.7 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| webservices-2.1.7.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/webservices/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>webservices</artifactId>
<version>2.1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/webservices/
implementation 'org.apache.geronimo.plugins:webservices:2.1.7'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/webservices/
implementation ("org.apache.geronimo.plugins:webservices:2.1.7")
'org.apache.geronimo.plugins:webservices:pom:2.1.7'
<dependency org="org.apache.geronimo.plugins" name="webservices" rev="2.1.7">
<artifact name="webservices" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='webservices', version='2.1.7')
)
libraryDependencies += "org.apache.geronimo.plugins" % "webservices" % "2.1.7"
[org.apache.geronimo.plugins/webservices "2.1.7"]