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