| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.btmatthews.jaxb2_commons |
| Идентификатор | Идентификаторjaxb2-commons-lang3 |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJAXB2 Commons - Commons Lang3 Plugin
Causes JAXB RI 2.2 XJC to automatically generate methods for toString(), equals() and hashCode() using
Apache Commons Lang 3. The code that uses this plugin can still run with any JAXB2 implementation.
|
| Организация-разработчик |
Организация-разработчикBrian Matthews |
| Имя Файла | Размер |
|---|---|
| jaxb2-commons-lang3-1.0.0.pom | |
| jaxb2-commons-lang3-1.0.0.jar | 5 KB |
| jaxb2-commons-lang3-1.0.0-sources.jar | 3 KB |
| jaxb2-commons-lang3-1.0.0-javadoc.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.btmatthews.jaxb2_commons/jaxb2-commons-lang3/ -->
<dependency>
<groupId>com.btmatthews.jaxb2_commons</groupId>
<artifactId>jaxb2-commons-lang3</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.jaxb2_commons/jaxb2-commons-lang3/
implementation 'com.btmatthews.jaxb2_commons:jaxb2-commons-lang3:1.0.0'
// https://jarcasting.com/artifacts/com.btmatthews.jaxb2_commons/jaxb2-commons-lang3/
implementation ("com.btmatthews.jaxb2_commons:jaxb2-commons-lang3:1.0.0")
'com.btmatthews.jaxb2_commons:jaxb2-commons-lang3:jar:1.0.0'
<dependency org="com.btmatthews.jaxb2_commons" name="jaxb2-commons-lang3" rev="1.0.0">
<artifact name="jaxb2-commons-lang3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.jaxb2_commons', module='jaxb2-commons-lang3', version='1.0.0')
)
libraryDependencies += "com.btmatthews.jaxb2_commons" % "jaxb2-commons-lang3" % "1.0.0"
[com.btmatthews.jaxb2_commons/jaxb2-commons-lang3 "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.xml.bind : jaxb-xjc | jar | 2.2.7 |