Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-github |
Version | Version3.0.0-M4 |
Type | Typejar |
Filename | Size |
---|---|
camel-github-3.0.0-M4.pom | |
camel-github-3.0.0-M4.jar | 37 KB |
camel-github-3.0.0-M4-sources.jar | 25 KB |
camel-github-3.0.0-M4-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-github/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-github</artifactId>
<version>3.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-github/
implementation 'org.apache.camel:camel-github:3.0.0-M4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-github/
implementation ("org.apache.camel:camel-github:3.0.0-M4")
'org.apache.camel:camel-github:jar:3.0.0-M4'
<dependency org="org.apache.camel" name="camel-github" rev="3.0.0-M4">
<artifact name="camel-github" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-github', version='3.0.0-M4')
)
libraryDependencies += "org.apache.camel" % "camel-github" % "3.0.0-M4"
[org.apache.camel/camel-github "3.0.0-M4"]