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