Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdch.exense.step |
ArtifactId | ArtifactIdstep-api-keyword |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
step-api-keyword-1.1.1.pom | |
step-api-keyword-1.1.1.jar | 13 KB |
step-api-keyword-1.1.1-sources.jar | 9 KB |
step-api-keyword-1.1.1-javadoc.jar | 420 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.step/step-api-keyword/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>step-api-keyword</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-api-keyword/
implementation 'ch.exense.step:step-api-keyword:1.1.1'
// https://jarcasting.com/artifacts/ch.exense.step/step-api-keyword/
implementation ("ch.exense.step:step-api-keyword:1.1.1")
'ch.exense.step:step-api-keyword:jar:1.1.1'
<dependency org="ch.exense.step" name="step-api-keyword" rev="1.1.1">
<artifact name="step-api-keyword" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-api-keyword', version='1.1.1')
)
libraryDependencies += "ch.exense.step" % "step-api-keyword" % "1.1.1"
[ch.exense.step/step-api-keyword "1.1.1"]