Categories |
CategoriesIDE Development Tools DropWizard Container Microservices Elide Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.yahoo.elide |
ArtifactId | ArtifactIddropwizard-elide |
Version | Version2.3.6 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-elide-2.3.6.pom | |
dropwizard-elide-2.3.6.jar | 12 KB |
dropwizard-elide-2.3.6-sources.jar | 6 KB |
dropwizard-elide-2.3.6-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.elide/dropwizard-elide/ -->
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>dropwizard-elide</artifactId>
<version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/dropwizard-elide/
implementation 'com.yahoo.elide:dropwizard-elide:2.3.6'
// https://jarcasting.com/artifacts/com.yahoo.elide/dropwizard-elide/
implementation ("com.yahoo.elide:dropwizard-elide:2.3.6")
'com.yahoo.elide:dropwizard-elide:jar:2.3.6'
<dependency org="com.yahoo.elide" name="dropwizard-elide" rev="2.3.6">
<artifact name="dropwizard-elide" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='dropwizard-elide', version='2.3.6')
)
libraryDependencies += "com.yahoo.elide" % "dropwizard-elide" % "2.3.6"
[com.yahoo.elide/dropwizard-elide "2.3.6"]