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