GroupId | GroupIdorg.nasdanika.html |
---|---|
ArtifactId | ArtifactIdflow |
Version | Version2021.10.1 |
Type | Typejar |
Filename | Size |
---|---|
flow-2021.10.1.pom | |
flow-2021.10.1.jar | 14 KB |
flow-2021.10.1-test-sources.jar | 10 KB |
flow-2021.10.1-sources.jar | 9 KB |
flow-2021.10.1-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nasdanika.html/flow/ -->
<dependency>
<groupId>org.nasdanika.html</groupId>
<artifactId>flow</artifactId>
<version>2021.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nasdanika.html/flow/
implementation 'org.nasdanika.html:flow:2021.10.1'
// https://jarcasting.com/artifacts/org.nasdanika.html/flow/
implementation ("org.nasdanika.html:flow:2021.10.1")
'org.nasdanika.html:flow:jar:2021.10.1'
<dependency org="org.nasdanika.html" name="flow" rev="2021.10.1">
<artifact name="flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nasdanika.html', module='flow', version='2021.10.1')
)
libraryDependencies += "org.nasdanika.html" % "flow" % "2021.10.1"
[org.nasdanika.html/flow "2021.10.1"]