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