Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.workflow1 |
ArtifactId | ArtifactIdworkflow-ui-compose |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
workflow-ui-compose-1.0.0.pom | |
workflow-ui-compose-1.0.0.module | 4 KB |
workflow-ui-compose-1.0.0-sources.jar | 12 KB |
workflow-ui-compose-1.0.0-javadoc.jar | 209 KB |
Browse |
<!-- 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</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'
// https://jarcasting.com/artifacts/com.squareup.workflow1/workflow-ui-compose/
implementation ("com.squareup.workflow1:workflow-ui-compose:1.0.0")
'com.squareup.workflow1:workflow-ui-compose:aar:1.0.0'
<dependency org="com.squareup.workflow1" name="workflow-ui-compose" rev="1.0.0">
<artifact name="workflow-ui-compose" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.workflow1', module='workflow-ui-compose', version='1.0.0')
)
libraryDependencies += "com.squareup.workflow1" % "workflow-ui-compose" % "1.0.0"
[com.squareup.workflow1/workflow-ui-compose "1.0.0"]