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