Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.workflow |
ArtifactId | ArtifactIdworkflow-ui-core-compose |
Version | Version0.29.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.squareup.workflow/workflow-ui-core-compose/ -->
<dependency>
<groupId>com.squareup.workflow</groupId>
<artifactId>workflow-ui-core-compose</artifactId>
<version>0.29.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.workflow/workflow-ui-core-compose/
implementation 'com.squareup.workflow:workflow-ui-core-compose:0.29.0'
// https://jarcasting.com/artifacts/com.squareup.workflow/workflow-ui-core-compose/
implementation ("com.squareup.workflow:workflow-ui-core-compose:0.29.0")
'com.squareup.workflow:workflow-ui-core-compose:aar:0.29.0'
<dependency org="com.squareup.workflow" name="workflow-ui-core-compose" rev="0.29.0">
<artifact name="workflow-ui-core-compose" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.workflow', module='workflow-ui-core-compose', version='0.29.0')
)
libraryDependencies += "com.squareup.workflow" % "workflow-ui-core-compose" % "0.29.0"
[com.squareup.workflow/workflow-ui-core-compose "0.29.0"]