GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.flow |
Version | Version2.0.9 |
Type | Typejar |
Filename | Size |
---|---|
org.tinygroup.flow-2.0.9.pom | |
org.tinygroup.flow-2.0.9.jar | 48 KB |
org.tinygroup.flow-2.0.9-tests.jar | 69 KB |
org.tinygroup.flow-2.0.9-sources.jar | 41 KB |
org.tinygroup.flow-2.0.9-javadoc.jar | 221 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.flow/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.flow</artifactId>
<version>2.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.flow/
implementation 'org.tinygroup:org.tinygroup.flow:2.0.9'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.flow/
implementation ("org.tinygroup:org.tinygroup.flow:2.0.9")
'org.tinygroup:org.tinygroup.flow:jar:2.0.9'
<dependency org="org.tinygroup" name="org.tinygroup.flow" rev="2.0.9">
<artifact name="org.tinygroup.flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.flow', version='2.0.9')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.flow" % "2.0.9"
[org.tinygroup/org.tinygroup.flow "2.0.9"]