GroupId | GroupIdcom.github.hi-fi |
---|---|
ArtifactId | ArtifactIdrobotframework-statusupdater |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hi-fi/robotframework-statusupdater/ -->
<dependency>
<groupId>com.github.hi-fi</groupId>
<artifactId>robotframework-statusupdater</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hi-fi/robotframework-statusupdater/
implementation 'com.github.hi-fi:robotframework-statusupdater:0.0.3'
// https://jarcasting.com/artifacts/com.github.hi-fi/robotframework-statusupdater/
implementation ("com.github.hi-fi:robotframework-statusupdater:0.0.3")
'com.github.hi-fi:robotframework-statusupdater:jar:0.0.3'
<dependency org="com.github.hi-fi" name="robotframework-statusupdater" rev="0.0.3">
<artifact name="robotframework-statusupdater" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hi-fi', module='robotframework-statusupdater', version='0.0.3')
)
libraryDependencies += "com.github.hi-fi" % "robotframework-statusupdater" % "0.0.3"
[com.github.hi-fi/robotframework-statusupdater "0.0.3"]