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