GroupId | GroupIdorg.into-cps.maestro.plugins |
---|---|
ArtifactId | ArtifactIdfixedstep |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
fixedstep-2.0.2.pom | |
fixedstep-2.0.2.jar | 46 KB |
fixedstep-2.0.2-sources.jar | 15 KB |
fixedstep-2.0.2-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.into-cps.maestro.plugins/fixedstep/ -->
<dependency>
<groupId>org.into-cps.maestro.plugins</groupId>
<artifactId>fixedstep</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.maestro.plugins/fixedstep/
implementation 'org.into-cps.maestro.plugins:fixedstep:2.0.2'
// https://jarcasting.com/artifacts/org.into-cps.maestro.plugins/fixedstep/
implementation ("org.into-cps.maestro.plugins:fixedstep:2.0.2")
'org.into-cps.maestro.plugins:fixedstep:jar:2.0.2'
<dependency org="org.into-cps.maestro.plugins" name="fixedstep" rev="2.0.2">
<artifact name="fixedstep" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.maestro.plugins', module='fixedstep', version='2.0.2')
)
libraryDependencies += "org.into-cps.maestro.plugins" % "fixedstep" % "2.0.2"
[org.into-cps.maestro.plugins/fixedstep "2.0.2"]