| GroupId | GroupIdcom.flowcentraltech.flowcentral |
|---|---|
| ArtifactId | ArtifactIdflowcentral-studio |
| Version | Version1.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flowcentral-studio-1.0.4.pom | |
| flowcentral-studio-1.0.4.jar | 444 KB |
| flowcentral-studio-1.0.4-tests.jar | 3 KB |
| flowcentral-studio-1.0.4-sources.jar | 365 KB |
| flowcentral-studio-1.0.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.flowcentraltech.flowcentral/flowcentral-studio/ -->
<dependency>
<groupId>com.flowcentraltech.flowcentral</groupId>
<artifactId>flowcentral-studio</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.flowcentraltech.flowcentral/flowcentral-studio/
implementation 'com.flowcentraltech.flowcentral:flowcentral-studio:1.0.4'
// https://jarcasting.com/artifacts/com.flowcentraltech.flowcentral/flowcentral-studio/
implementation ("com.flowcentraltech.flowcentral:flowcentral-studio:1.0.4")
'com.flowcentraltech.flowcentral:flowcentral-studio:jar:1.0.4'
<dependency org="com.flowcentraltech.flowcentral" name="flowcentral-studio" rev="1.0.4">
<artifact name="flowcentral-studio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flowcentraltech.flowcentral', module='flowcentral-studio', version='1.0.4')
)
libraryDependencies += "com.flowcentraltech.flowcentral" % "flowcentral-studio" % "1.0.4"
[com.flowcentraltech.flowcentral/flowcentral-studio "1.0.4"]