| Категории |
КатегорииiText Прикладные библиотеки Documents Processing iText Данные PDF |
|---|---|
| Группа | Группаcom.github.sebhoss.bom |
| Идентификатор | Идентификаторwikitext-bom |
| Версия | Версия2016.01.17 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| wikitext-bom-2016.01.17.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss.bom/wikitext-bom/ -->
<dependency>
<groupId>com.github.sebhoss.bom</groupId>
<artifactId>wikitext-bom</artifactId>
<version>2016.01.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/wikitext-bom/
implementation 'com.github.sebhoss.bom:wikitext-bom:2016.01.17'
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/wikitext-bom/
implementation ("com.github.sebhoss.bom:wikitext-bom:2016.01.17")
'com.github.sebhoss.bom:wikitext-bom:pom:2016.01.17'
<dependency org="com.github.sebhoss.bom" name="wikitext-bom" rev="2016.01.17">
<artifact name="wikitext-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss.bom', module='wikitext-bom', version='2016.01.17')
)
libraryDependencies += "com.github.sebhoss.bom" % "wikitext-bom" % "2016.01.17"
[com.github.sebhoss.bom/wikitext-bom "2016.01.17"]