GroupId | GroupIdorg.metafacture |
---|---|
ArtifactId | ArtifactIdmetafacture-flowcontrol |
Version | Version5.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.metafacture/metafacture-flowcontrol/ -->
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-flowcontrol</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.metafacture/metafacture-flowcontrol/
implementation 'org.metafacture:metafacture-flowcontrol:5.0.1'
// https://jarcasting.com/artifacts/org.metafacture/metafacture-flowcontrol/
implementation ("org.metafacture:metafacture-flowcontrol:5.0.1")
'org.metafacture:metafacture-flowcontrol:jar:5.0.1'
<dependency org="org.metafacture" name="metafacture-flowcontrol" rev="5.0.1">
<artifact name="metafacture-flowcontrol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metafacture', module='metafacture-flowcontrol', version='5.0.1')
)
libraryDependencies += "org.metafacture" % "metafacture-flowcontrol" % "5.0.1"
[org.metafacture/metafacture-flowcontrol "5.0.1"]