GroupId | GroupIdcom.flowcentraltech.flowcentral |
---|---|
ArtifactId | ArtifactIdflowcentral-system |
Version | Version1.0.24 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.flowcentraltech.flowcentral/flowcentral-system/ -->
<dependency>
<groupId>com.flowcentraltech.flowcentral</groupId>
<artifactId>flowcentral-system</artifactId>
<version>1.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.flowcentraltech.flowcentral/flowcentral-system/
implementation 'com.flowcentraltech.flowcentral:flowcentral-system:1.0.24'
// https://jarcasting.com/artifacts/com.flowcentraltech.flowcentral/flowcentral-system/
implementation ("com.flowcentraltech.flowcentral:flowcentral-system:1.0.24")
'com.flowcentraltech.flowcentral:flowcentral-system:jar:1.0.24'
<dependency org="com.flowcentraltech.flowcentral" name="flowcentral-system" rev="1.0.24">
<artifact name="flowcentral-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flowcentraltech.flowcentral', module='flowcentral-system', version='1.0.24')
)
libraryDependencies += "com.flowcentraltech.flowcentral" % "flowcentral-system" % "1.0.24"
[com.flowcentraltech.flowcentral/flowcentral-system "1.0.24"]