Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.workflow |
ArtifactId | ArtifactIdworkflow-internal-testing-utils |
Version | Version0.21.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.squareup.workflow/workflow-internal-testing-utils/ -->
<dependency>
<groupId>com.squareup.workflow</groupId>
<artifactId>workflow-internal-testing-utils</artifactId>
<version>0.21.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.workflow/workflow-internal-testing-utils/
implementation 'com.squareup.workflow:workflow-internal-testing-utils:0.21.3'
// https://jarcasting.com/artifacts/com.squareup.workflow/workflow-internal-testing-utils/
implementation ("com.squareup.workflow:workflow-internal-testing-utils:0.21.3")
'com.squareup.workflow:workflow-internal-testing-utils:jar:0.21.3'
<dependency org="com.squareup.workflow" name="workflow-internal-testing-utils" rev="0.21.3">
<artifact name="workflow-internal-testing-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.workflow', module='workflow-internal-testing-utils', version='0.21.3')
)
libraryDependencies += "com.squareup.workflow" % "workflow-internal-testing-utils" % "0.21.3"
[com.squareup.workflow/workflow-internal-testing-utils "0.21.3"]