| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.sun.xml.bind |
| Идентификатор | Идентификаторjaxb |
| Последняя версия | Последняя версия2.1.9 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJAXB OSGi bundle for GlassFish V3
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 module is exclusively meant for use in GlassFish V3 development. It
is highly unlikely to work in any other environment. If you are looking
for a Maven distribution of Metro, please use com.sun.xml.ws.webservices.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jaxb-2.1.9.pom | |
| jaxb-2.1.9.jar | 3 KB |
| jaxb-2.1.9-osgi.jar | 4 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb/ -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb</artifactId>
<version>2.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb/
implementation 'com.sun.xml.bind:jaxb:2.1.9'
// https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb/
implementation ("com.sun.xml.bind:jaxb:2.1.9")
'com.sun.xml.bind:jaxb:jar:2.1.9'
<dependency org="com.sun.xml.bind" name="jaxb" rev="2.1.9">
<artifact name="jaxb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.bind', module='jaxb', version='2.1.9')
)
libraryDependencies += "com.sun.xml.bind" % "jaxb" % "2.1.9"
[com.sun.xml.bind/jaxb "2.1.9"]