GroupId | GroupIdorg.substeps |
---|---|
ArtifactId | ArtifactIdsubsteps-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
substeps-core-1.0.1.pom | |
substeps-core-1.0.1.jar | 424 KB |
substeps-core-1.0.1-tests.jar | 136 KB |
substeps-core-1.0.1-sources.jar | 374 KB |
substeps-core-1.0.1-javadoc.jar | 539 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.substeps/substeps-core/ -->
<dependency>
<groupId>org.substeps</groupId>
<artifactId>substeps-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.substeps/substeps-core/
implementation 'org.substeps:substeps-core:1.0.1'
// https://jarcasting.com/artifacts/org.substeps/substeps-core/
implementation ("org.substeps:substeps-core:1.0.1")
'org.substeps:substeps-core:jar:1.0.1'
<dependency org="org.substeps" name="substeps-core" rev="1.0.1">
<artifact name="substeps-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.substeps', module='substeps-core', version='1.0.1')
)
libraryDependencies += "org.substeps" % "substeps-core" % "1.0.1"
[org.substeps/substeps-core "1.0.1"]