GroupId | GroupIdio.graphenee |
---|---|
ArtifactId | ArtifactIdgx-flow |
Version | Version3.3.2 |
Type | Typejar |
Filename | Size |
---|---|
gx-flow-3.3.2.pom | |
gx-flow-3.3.2.jar | 381 KB |
gx-flow-3.3.2-sources.jar | 280 KB |
gx-flow-3.3.2-javadoc.jar | 848 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.graphenee/gx-flow/ -->
<dependency>
<groupId>io.graphenee</groupId>
<artifactId>gx-flow</artifactId>
<version>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.graphenee/gx-flow/
implementation 'io.graphenee:gx-flow:3.3.2'
// https://jarcasting.com/artifacts/io.graphenee/gx-flow/
implementation ("io.graphenee:gx-flow:3.3.2")
'io.graphenee:gx-flow:jar:3.3.2'
<dependency org="io.graphenee" name="gx-flow" rev="3.3.2">
<artifact name="gx-flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.graphenee', module='gx-flow', version='3.3.2')
)
libraryDependencies += "io.graphenee" % "gx-flow" % "3.3.2"
[io.graphenee/gx-flow "3.3.2"]