Categories |
CategoriesJava Languages KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdch.exense.step.examples |
ArtifactId | ArtifactIddemo-java-http-keyword |
Version | Version1.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.exense.step.examples/demo-java-http-keyword/ -->
<dependency>
<groupId>ch.exense.step.examples</groupId>
<artifactId>demo-java-http-keyword</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step.examples/demo-java-http-keyword/
implementation 'ch.exense.step.examples:demo-java-http-keyword:1.1.3'
// https://jarcasting.com/artifacts/ch.exense.step.examples/demo-java-http-keyword/
implementation ("ch.exense.step.examples:demo-java-http-keyword:1.1.3")
'ch.exense.step.examples:demo-java-http-keyword:jar:1.1.3'
<dependency org="ch.exense.step.examples" name="demo-java-http-keyword" rev="1.1.3">
<artifact name="demo-java-http-keyword" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step.examples', module='demo-java-http-keyword', version='1.1.3')
)
libraryDependencies += "ch.exense.step.examples" % "demo-java-http-keyword" % "1.1.3"
[ch.exense.step.examples/demo-java-http-keyword "1.1.3"]