| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.andromda.thirdparty.jaxb2_commons |
| Идентификатор | Идентификаторjaxb-fluent-api |
| Последняя версия | Последняя версия2.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJAXB2 Fluent API Plugin
Causes JAXB RI 2.2 XJC to generate additional methods that allows method chaining.
Method chaining is useful when building object tree in memory,
allowing the code to be done in a concise way.
The code that uses this plugin can still run with any JAXB2 implementation.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jaxb-fluent-api-2.2.pom | |
| jaxb-fluent-api-2.2.jar | 13 KB |
| jaxb-fluent-api-2.2-sources.jar | 8 KB |
| jaxb-fluent-api-2.2-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.andromda.thirdparty.jaxb2_commons/jaxb-fluent-api/ -->
<dependency>
<groupId>org.andromda.thirdparty.jaxb2_commons</groupId>
<artifactId>jaxb-fluent-api</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.andromda.thirdparty.jaxb2_commons/jaxb-fluent-api/
implementation 'org.andromda.thirdparty.jaxb2_commons:jaxb-fluent-api:2.2'
// https://jarcasting.com/artifacts/org.andromda.thirdparty.jaxb2_commons/jaxb-fluent-api/
implementation ("org.andromda.thirdparty.jaxb2_commons:jaxb-fluent-api:2.2")
'org.andromda.thirdparty.jaxb2_commons:jaxb-fluent-api:jar:2.2'
<dependency org="org.andromda.thirdparty.jaxb2_commons" name="jaxb-fluent-api" rev="2.2">
<artifact name="jaxb-fluent-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.andromda.thirdparty.jaxb2_commons', module='jaxb-fluent-api', version='2.2')
)
libraryDependencies += "org.andromda.thirdparty.jaxb2_commons" % "jaxb-fluent-api" % "2.2"
[org.andromda.thirdparty.jaxb2_commons/jaxb-fluent-api "2.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.xml.bind : jaxb-impl | jar | 2.1.10 |
| com.sun.xml.bind : jaxb-xjc | jar | 2.1.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |