License |
License |
---|---|
GroupId | GroupIdcom.xebialabs.overthere |
ArtifactId | ArtifactIdovertherepy |
Version | Version0.0.4 |
Type | Typejar |
Description |
DescriptionOvertherepy
Jython wrapper for Overthere
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
overtherepy-0.0.4.pom | |
overtherepy-0.0.4.jar | 20 KB |
overtherepy-0.0.4-sources.jar | 13 KB |
overtherepy-0.0.4-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xebialabs.overthere/overtherepy/ -->
<dependency>
<groupId>com.xebialabs.overthere</groupId>
<artifactId>overtherepy</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.xebialabs.overthere/overtherepy/
implementation 'com.xebialabs.overthere:overtherepy:0.0.4'
// https://jarcasting.com/artifacts/com.xebialabs.overthere/overtherepy/
implementation ("com.xebialabs.overthere:overtherepy:0.0.4")
'com.xebialabs.overthere:overtherepy:jar:0.0.4'
<dependency org="com.xebialabs.overthere" name="overtherepy" rev="0.0.4">
<artifact name="overtherepy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xebialabs.overthere', module='overtherepy', version='0.0.4')
)
libraryDependencies += "com.xebialabs.overthere" % "overtherepy" % "0.0.4"
[com.xebialabs.overthere/overtherepy "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.python : jython | jar | 2.5.3 |
com.xebialabs.overthere : overthere | jar | 2.4.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |