| GroupId | GroupIdcom.github.xmlet |
|---|---|
| ArtifactId | ArtifactIdhtmlflow |
| Version | Version2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| htmlflow-2.1.pom | |
| htmlflow-2.1.jar | 12 KB |
| htmlflow-2.1-sources.jar | 10 KB |
| htmlflow-2.1-javadoc.jar | 396 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xmlet/htmlflow/ -->
<dependency>
<groupId>com.github.xmlet</groupId>
<artifactId>htmlflow</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xmlet/htmlflow/
implementation 'com.github.xmlet:htmlflow:2.1'
// https://jarcasting.com/artifacts/com.github.xmlet/htmlflow/
implementation ("com.github.xmlet:htmlflow:2.1")
'com.github.xmlet:htmlflow:jar:2.1'
<dependency org="com.github.xmlet" name="htmlflow" rev="2.1">
<artifact name="htmlflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xmlet', module='htmlflow', version='2.1')
)
libraryDependencies += "com.github.xmlet" % "htmlflow" % "2.1"
[com.github.xmlet/htmlflow "2.1"]