GroupId | GroupIdorg.apache.livy |
---|---|
ArtifactId | ArtifactIdlivy-test-lib |
Version | Version0.5.0-incubating |
Type | Typejar |
Filename | Size |
---|---|
livy-test-lib-0.5.0-incubating.pom | |
livy-test-lib-0.5.0-incubating.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.livy/livy-test-lib/ -->
<dependency>
<groupId>org.apache.livy</groupId>
<artifactId>livy-test-lib</artifactId>
<version>0.5.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.livy/livy-test-lib/
implementation 'org.apache.livy:livy-test-lib:0.5.0-incubating'
// https://jarcasting.com/artifacts/org.apache.livy/livy-test-lib/
implementation ("org.apache.livy:livy-test-lib:0.5.0-incubating")
'org.apache.livy:livy-test-lib:jar:0.5.0-incubating'
<dependency org="org.apache.livy" name="livy-test-lib" rev="0.5.0-incubating">
<artifact name="livy-test-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.livy', module='livy-test-lib', version='0.5.0-incubating')
)
libraryDependencies += "org.apache.livy" % "livy-test-lib" % "0.5.0-incubating"
[org.apache.livy/livy-test-lib "0.5.0-incubating"]