GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.flowprocessor |
Version | Version3.4.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.flowprocessor/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.flowprocessor</artifactId>
<version>3.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.flowprocessor/
implementation 'org.tinygroup:org.tinygroup.flowprocessor:3.4.8'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.flowprocessor/
implementation ("org.tinygroup:org.tinygroup.flowprocessor:3.4.8")
'org.tinygroup:org.tinygroup.flowprocessor:jar:3.4.8'
<dependency org="org.tinygroup" name="org.tinygroup.flowprocessor" rev="3.4.8">
<artifact name="org.tinygroup.flowprocessor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.flowprocessor', version='3.4.8')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.flowprocessor" % "3.4.8"
[org.tinygroup/org.tinygroup.flowprocessor "3.4.8"]