is not current version
Last Version 1.1.8

org.substeps:substeps-framework 1.1.1

The core project of Substeps

GroupId

GroupId

org.substeps
ArtifactId

ArtifactId

substeps-framework
Version

Version

1.1.1
Type

Type

pom

Download substeps-framework 1.1.1


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