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