GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdtinyflow |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
tinyflow-3.0.0.pom | 640 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/tinyflow/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>tinyflow</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/tinyflow/
implementation 'org.tinygroup:tinyflow:3.0.0'
// https://jarcasting.com/artifacts/org.tinygroup/tinyflow/
implementation ("org.tinygroup:tinyflow:3.0.0")
'org.tinygroup:tinyflow:pom:3.0.0'
<dependency org="org.tinygroup" name="tinyflow" rev="3.0.0">
<artifact name="tinyflow" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='tinyflow', version='3.0.0')
)
libraryDependencies += "org.tinygroup" % "tinyflow" % "3.0.0"
[org.tinygroup/tinyflow "3.0.0"]