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