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