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