GroupId | GroupIdcom.xebialabs.overthere |
---|---|
ArtifactId | ArtifactIdovertherepy |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
overtherepy-0.0.3.pom | |
overtherepy-0.0.3.jar | 21 KB |
overtherepy-0.0.3-sources.jar | 13 KB |
overtherepy-0.0.3-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xebialabs.overthere/overtherepy/ -->
<dependency>
<groupId>com.xebialabs.overthere</groupId>
<artifactId>overtherepy</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.xebialabs.overthere/overtherepy/
implementation 'com.xebialabs.overthere:overtherepy:0.0.3'
// https://jarcasting.com/artifacts/com.xebialabs.overthere/overtherepy/
implementation ("com.xebialabs.overthere:overtherepy:0.0.3")
'com.xebialabs.overthere:overtherepy:jar:0.0.3'
<dependency org="com.xebialabs.overthere" name="overtherepy" rev="0.0.3">
<artifact name="overtherepy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xebialabs.overthere', module='overtherepy', version='0.0.3')
)
libraryDependencies += "com.xebialabs.overthere" % "overtherepy" % "0.0.3"
[com.xebialabs.overthere/overtherepy "0.0.3"]