| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.commonmark |
| Идентификатор | Идентификаторcommonmark-ext-gfm-tables |
| Версия | Версия0.17.2 |
| Тип | Типjar |
| Описание |
Описаниеcommonmark-java extension for tables
commonmark-java extension for GFM tables using "|" pipes (GitHub Flavored Markdown)
|
<!-- https://jarcasting.com/artifacts/org.commonmark/commonmark-ext-gfm-tables/ -->
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-gfm-tables</artifactId>
<version>0.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonmark/commonmark-ext-gfm-tables/
implementation 'org.commonmark:commonmark-ext-gfm-tables:0.17.2'
// https://jarcasting.com/artifacts/org.commonmark/commonmark-ext-gfm-tables/
implementation ("org.commonmark:commonmark-ext-gfm-tables:0.17.2")
'org.commonmark:commonmark-ext-gfm-tables:jar:0.17.2'
<dependency org="org.commonmark" name="commonmark-ext-gfm-tables" rev="0.17.2">
<artifact name="commonmark-ext-gfm-tables" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonmark', module='commonmark-ext-gfm-tables', version='0.17.2')
)
libraryDependencies += "org.commonmark" % "commonmark-ext-gfm-tables" % "0.17.2"
[org.commonmark/commonmark-ext-gfm-tables "0.17.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.commonmark : commonmark | jar | 0.17.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.commonmark : commonmark-test-util | jar | 0.17.2 |