| License | License | 
|---|---|
| GroupId | GroupIdcom.technophobia.substeps | 
| ArtifactId | ArtifactIdsubsteps-framework | 
| Last Version | Last Version2.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionSubSteps Framework The core project of SubSteps | 
| Project URL | Project URL | 
| Project Organization | Project OrganizationTechnophobia Ltd | 
| Filename | Size | 
|---|---|
| substeps-framework-2.0.0.pom | 18 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.technophobia.substeps/substeps-framework/ -->
<dependency>
    <groupId>com.technophobia.substeps</groupId>
    <artifactId>substeps-framework</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.technophobia.substeps/substeps-framework/
implementation 'com.technophobia.substeps:substeps-framework:2.0.0'// https://jarcasting.com/artifacts/com.technophobia.substeps/substeps-framework/
implementation ("com.technophobia.substeps:substeps-framework:2.0.0")'com.technophobia.substeps:substeps-framework:pom:2.0.0'<dependency org="com.technophobia.substeps" name="substeps-framework" rev="2.0.0">
  <artifact name="substeps-framework" type="pom" />
</dependency>@Grapes(
@Grab(group='com.technophobia.substeps', module='substeps-framework', version='2.0.0')
)libraryDependencies += "com.technophobia.substeps" % "substeps-framework" % "2.0.0"[com.technophobia.substeps/substeps-framework "2.0.0"]