<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-github</artifactId> <version>4.0.6</version> </dependency>
implementation 'org.apache.camel:camel-github:4.0.6'
implementation("org.apache.camel:camel-github:4.0.6")
libraryDependencies += "org.apache.camel" % "camel-github" % "4.0.6"
@Grapes( @Grab(group='org.apache.camel', module='camel-github', version='4.0.6') )
<dependency org="org.apache.camel" name="camel-github" rev="4.0.6" />
[org.apache.camel/camel-github "4.0.6"]
'org.apache.camel:camel-github:jar:4.0.6'
<parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> <version>4.0.6</version> </parent>
compile
|-- org.apache.camel:camel-support:4.0.6
|-- org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5
|-- commons-codec:commons-codec:1.16.0