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