| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.xmlgraphics |
| Идентификатор | Идентификаторfop-parent |
| Последняя версия | Последняя версия2.7 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache FOP Parent
XML Graphics Format Object Processor
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| fop-parent-2.7.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop-parent/ -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop-parent/
implementation 'org.apache.xmlgraphics:fop-parent:2.7'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop-parent/
implementation ("org.apache.xmlgraphics:fop-parent:2.7")
'org.apache.xmlgraphics:fop-parent:pom:2.7'
<dependency org="org.apache.xmlgraphics" name="fop-parent" rev="2.7">
<artifact name="fop-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='fop-parent', version='2.7')
)
libraryDependencies += "org.apache.xmlgraphics" % "fop-parent" % "2.7"
[org.apache.xmlgraphics/fop-parent "2.7"]