| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.apache.ws.xmlschema |
| Идентификатор | Идентификаторxmlschema-eclipse |
| Последняя версия | Последняя версия2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеXmlSchema Eclipse Support
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| xmlschema-eclipse-2.0.pom | |
| xmlschema-eclipse-2.0.jar | 14 KB |
| xmlschema-eclipse-2.0-sources.jar | 12 KB |
| xmlschema-eclipse-2.0-source-release.zip | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.ws.xmlschema/xmlschema-eclipse/ -->
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-eclipse</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ws.xmlschema/xmlschema-eclipse/
implementation 'org.apache.ws.xmlschema:xmlschema-eclipse:2.0'
// https://jarcasting.com/artifacts/org.apache.ws.xmlschema/xmlschema-eclipse/
implementation ("org.apache.ws.xmlschema:xmlschema-eclipse:2.0")
'org.apache.ws.xmlschema:xmlschema-eclipse:jar:2.0'
<dependency org="org.apache.ws.xmlschema" name="xmlschema-eclipse" rev="2.0">
<artifact name="xmlschema-eclipse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ws.xmlschema', module='xmlschema-eclipse', version='2.0')
)
libraryDependencies += "org.apache.ws.xmlschema" % "xmlschema-eclipse" % "2.0"
[org.apache.ws.xmlschema/xmlschema-eclipse "2.0"]