| Лицензия |
Лицензия
Dual License: CDDL 1.0 and GPL V2 with Classpath Exception
|
|---|---|
| Группа | Группаcom.sun.xml.ws |
| Идентификатор | Идентификаторwebservices |
| Последняя версия | Последняя версия2.1-b15 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMetro
Metro is a high-performance, extensible, easy-to-use web service stack.
It is a one-stop shop for all your web service needs, from the simplest
hello world web service to reliable, secured, and transacted web service
that involves .NET services.
This is the top module for the Metro project. This is the module you
should depend upon by default. The Maven distribution is meant for use
of Metro outside a container. For Tomcat or GlassFish please use the
regular distribution with its installation scripts.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| webservices-2.1-b15.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.xml.ws/webservices/ -->
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>webservices</artifactId>
<version>2.1-b15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/webservices/
implementation 'com.sun.xml.ws:webservices:2.1-b15'
// https://jarcasting.com/artifacts/com.sun.xml.ws/webservices/
implementation ("com.sun.xml.ws:webservices:2.1-b15")
'com.sun.xml.ws:webservices:pom:2.1-b15'
<dependency org="com.sun.xml.ws" name="webservices" rev="2.1-b15">
<artifact name="webservices" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='webservices', version='2.1-b15')
)
libraryDependencies += "com.sun.xml.ws" % "webservices" % "2.1-b15"
[com.sun.xml.ws/webservices "2.1-b15"]