| Categories |
CategoriesIDE Development Tools Elide Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.yahoo.elide |
| ArtifactId | ArtifactIdelide-integration-tests |
| Version | Version5.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| elide-integration-tests-5.1.2.pom | |
| elide-integration-tests-5.1.2.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.elide/elide-integration-tests/ -->
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>5.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-integration-tests/
implementation 'com.yahoo.elide:elide-integration-tests:5.1.2'
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-integration-tests/
implementation ("com.yahoo.elide:elide-integration-tests:5.1.2")
'com.yahoo.elide:elide-integration-tests:jar:5.1.2'
<dependency org="com.yahoo.elide" name="elide-integration-tests" rev="5.1.2">
<artifact name="elide-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='elide-integration-tests', version='5.1.2')
)
libraryDependencies += "com.yahoo.elide" % "elide-integration-tests" % "5.1.2"
[com.yahoo.elide/elide-integration-tests "5.1.2"]