n

net.osgiliath.wrapper.camel-catalog

As Camel catalog has some bundle export issues, we've got to wrap it: see https://issues.apache.org/jira/browse/CAMEL-8490
文件下载
文件名 操作
net.osgiliath.wrapper.camel-catalog-0.2.3.jar 下载
net.osgiliath.wrapper.camel-catalog-0.2.3.pom 下载
net.osgiliath.wrapper.camel-catalog-0.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.osgiliath.wrappers</groupId>
  <artifactId>net.osgiliath.wrapper.camel-catalog</artifactId>
  <version>0.2.3</version>
</dependency>
Gradle Groovy
implementation 'net.osgiliath.wrappers:net.osgiliath.wrapper.camel-catalog:0.2.3'
Gradle Kotlin
implementation("net.osgiliath.wrappers:net.osgiliath.wrapper.camel-catalog:0.2.3")
Scala SBT
libraryDependencies += "net.osgiliath.wrappers" % "net.osgiliath.wrapper.camel-catalog" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='net.osgiliath.wrappers', module='net.osgiliath.wrapper.camel-catalog', version='0.2.3')
)
Apache Ivy
<dependency org="net.osgiliath.wrappers" name="net.osgiliath.wrapper.camel-catalog" rev="0.2.3" />
Leiningen
[net.osgiliath.wrappers/net.osgiliath.wrapper.camel-catalog "0.2.3"]
Apache Buildr
'net.osgiliath.wrappers:net.osgiliath.wrapper.camel-catalog:jar:0.2.3'