is not current version
Last Version 1.1.8

org.substeps:substeps-runner-common 1.1.1

Contains common components for running substeps

GroupId

GroupId

org.substeps
ArtifactId

ArtifactId

substeps-runner-common
Version

Version

1.1.1
Type

Type

jar

Download substeps-runner-common 1.1.1


<!-- https://jarcasting.com/artifacts/org.substeps/substeps-runner-common/ -->
<dependency>
    <groupId>org.substeps</groupId>
    <artifactId>substeps-runner-common</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.substeps/substeps-runner-common/
implementation 'org.substeps:substeps-runner-common:1.1.1'
// https://jarcasting.com/artifacts/org.substeps/substeps-runner-common/
implementation ("org.substeps:substeps-runner-common:1.1.1")
'org.substeps:substeps-runner-common:jar:1.1.1'
<dependency org="org.substeps" name="substeps-runner-common" rev="1.1.1">
  <artifact name="substeps-runner-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.substeps', module='substeps-runner-common', version='1.1.1')
)
libraryDependencies += "org.substeps" % "substeps-runner-common" % "1.1.1"
[org.substeps/substeps-runner-common "1.1.1"]