Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.github.jeqo.dropwizard |
ArtifactId | ArtifactIdcamel |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
camel-0.0.4.pom | |
camel-0.0.4.jar | 4 KB |
camel-0.0.4-sources.jar | 3 KB |
camel-0.0.4-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/camel/ -->
<dependency>
<groupId>io.github.jeqo.dropwizard</groupId>
<artifactId>camel</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/camel/
implementation 'io.github.jeqo.dropwizard:camel:0.0.4'
// https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/camel/
implementation ("io.github.jeqo.dropwizard:camel:0.0.4")
'io.github.jeqo.dropwizard:camel:jar:0.0.4'
<dependency org="io.github.jeqo.dropwizard" name="camel" rev="0.0.4">
<artifact name="camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jeqo.dropwizard', module='camel', version='0.0.4')
)
libraryDependencies += "io.github.jeqo.dropwizard" % "camel" % "0.0.4"
[io.github.jeqo.dropwizard/camel "0.0.4"]