| Группа | Группаcom.github.xmlet |
|---|---|
| Идентификатор | Идентификаторhtmlflow |
| Версия | Версия3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| htmlflow-3.1.pom | |
| htmlflow-3.1.jar | 18 KB |
| htmlflow-3.1-sources.jar | 17 KB |
| htmlflow-3.1-javadoc.jar | 454 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.xmlet/htmlflow/ -->
<dependency>
<groupId>com.github.xmlet</groupId>
<artifactId>htmlflow</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xmlet/htmlflow/
implementation 'com.github.xmlet:htmlflow:3.1'
// https://jarcasting.com/artifacts/com.github.xmlet/htmlflow/
implementation ("com.github.xmlet:htmlflow:3.1")
'com.github.xmlet:htmlflow:jar:3.1'
<dependency org="com.github.xmlet" name="htmlflow" rev="3.1">
<artifact name="htmlflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xmlet', module='htmlflow', version='3.1')
)
libraryDependencies += "com.github.xmlet" % "htmlflow" % "3.1"
[com.github.xmlet/htmlflow "3.1"]