| Группа | Группаorg.apache.xmlbeans |
|---|---|
| Идентификатор | Идентификаторxmlbeans |
| Версия | Версия2.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xmlbeans-2.3.0.pom | |
| xmlbeans-2.3.0.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.xmlbeans/xmlbeans/ -->
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlbeans/xmlbeans/
implementation 'org.apache.xmlbeans:xmlbeans:2.3.0'
// https://jarcasting.com/artifacts/org.apache.xmlbeans/xmlbeans/
implementation ("org.apache.xmlbeans:xmlbeans:2.3.0")
'org.apache.xmlbeans:xmlbeans:jar:2.3.0'
<dependency org="org.apache.xmlbeans" name="xmlbeans" rev="2.3.0">
<artifact name="xmlbeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlbeans', module='xmlbeans', version='2.3.0')
)
libraryDependencies += "org.apache.xmlbeans" % "xmlbeans" % "2.3.0"
[org.apache.xmlbeans/xmlbeans "2.3.0"]