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