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