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