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