Categories |
CategoriesIDE Development Tools DropWizard Container Microservices Elide Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.yahoo.elide |
ArtifactId | ArtifactIddropwizard-elide |
Version | Version3.0.6 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-elide-3.0.6.pom | |
dropwizard-elide-3.0.6.jar | 12 KB |
dropwizard-elide-3.0.6-sources.jar | 8 KB |
dropwizard-elide-3.0.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>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/dropwizard-elide/
implementation 'com.yahoo.elide:dropwizard-elide:3.0.6'
// https://jarcasting.com/artifacts/com.yahoo.elide/dropwizard-elide/
implementation ("com.yahoo.elide:dropwizard-elide:3.0.6")
'com.yahoo.elide:dropwizard-elide:jar:3.0.6'
<dependency org="com.yahoo.elide" name="dropwizard-elide" rev="3.0.6">
<artifact name="dropwizard-elide" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='dropwizard-elide', version='3.0.6')
)
libraryDependencies += "com.yahoo.elide" % "dropwizard-elide" % "3.0.6"
[com.yahoo.elide/dropwizard-elide "3.0.6"]