Categories |
CategoriesJooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-camel |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
jooby-camel-0.5.0.pom | |
jooby-camel-0.5.0.jar | 11 KB |
jooby-camel-0.5.0-sources.jar | 7 KB |
jooby-camel-0.5.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-camel/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-camel</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-camel/
implementation 'org.jooby:jooby-camel:0.5.0'
// https://jarcasting.com/artifacts/org.jooby/jooby-camel/
implementation ("org.jooby:jooby-camel:0.5.0")
'org.jooby:jooby-camel:jar:0.5.0'
<dependency org="org.jooby" name="jooby-camel" rev="0.5.0">
<artifact name="jooby-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-camel', version='0.5.0')
)
libraryDependencies += "org.jooby" % "jooby-camel" % "0.5.0"
[org.jooby/jooby-camel "0.5.0"]