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