组织ID: |
org.apache.camel |
项目ID: |
camel-core-starter |
版本: |
3.0.0-M4 |
最后修改时间: |
2019-07-11 23:26:36 |
包类型: |
jar |
标题: |
Spring-Boot Starter :: Camel :: Core |
描述: |
Spring-Boot Starter for The Core Camel Java DSL based router |
大小: |
61.38KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-starter</artifactId>
<version>3.0.0-M4</version>
</dependency>
|
Gradle引入代码: |
org.apache.camel:camel-core-starter:3.0.0-M4
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>components-starter</artifactId>
<version>3.0.0-M4</version>
</parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-starter</artifactId>
<version>3.0.0-M4</version>
<name>Spring-Boot Starter :: Camel :: Core</name>
<description>Spring-Boot Starter for The Core Camel Java DSL based router</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>2.1.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
<version>3.0.0-M4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-boot</artifactId>
<version>3.0.0-M4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.1.6.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>2.1.6.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<version>2.1.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>2.1.6.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-boot-dependencies</artifactId>
<version>3.0.0-M4</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/NOTICE.txt
META-INF/LICENSE.txt
META-INF/spring-autoconfigure-metadata.properties
META-INF/spring-configuration-metadata.json
org.apache.camel.language.property.springboot.ExchangePropertyLanguageAutoConfiguration.class
org.apache.camel.language.property.springboot.ExchangePropertyLanguageAutoConfiguration$GroupConditions.class
org.apache.camel.language.ref.springboot.RefLanguageConfiguration.class
org.apache.camel.language.header.springboot.HeaderLanguageAutoConfiguration.class
org.apache.camel.language.header.springboot.HeaderLanguageAutoConfiguration$GroupConditions.class
org.apache.camel.language.constant.springboot.ConstantLanguageConfiguration.class
org.apache.camel.language.constant.springboot.ConstantLanguageAutoConfiguration$GroupConditions.class
org.apache.camel.model.rest.springboot.RestConfigurationDefinitionAutoConfiguration.class
org.apache.camel.model.rest.springboot.RestConfigurationDefinitionProperties.class
org.apache.camel.model.cloud.springboot.EtcdServiceCallServiceDiscoveryConfigurationProperties.class
org.apache.camel.model.cloud.springboot.RibbonServiceCallServiceLoadBalancerConfigurationCommon.class
org.apache.camel.model.cloud.springboot.KubernetesServiceCallServiceDiscoveryConfigurationCommon.class
org.apache.camel.model.cloud.springboot.KubernetesServiceCallServiceDiscoveryConfigurationProperties.class
org.apache.camel.model.springboot.HystrixConfigurationDefinitionProperties.class
META-INF/maven/org.apache.camel/camel-core-starter/pom.xml
META-INF/maven/org.apache.camel/camel-core-starter/pom.properties
META-INF/spring.provides
META-INF/additional-spring-configuration-metadata.json
META-INF/spring.factories
org.apache.camel.language.simple.springboot.FileLanguageConfiguration.class
org.apache.camel.language.simple.springboot.FileLanguageAutoConfiguration.class
org.apache.camel.language.simple.springboot.FileLanguageAutoConfiguration$GroupConditions.class
org.apache.camel.language.simple.springboot.SimpleLanguageConfiguration.class
org.apache.camel.language.simple.springboot.SimpleLanguageAutoConfiguration$GroupConditions.class
org.apache.camel.language.simple.springboot.SimpleLanguageAutoConfiguration.class
org.apache.camel.language.tokenizer.springboot.TokenizeLanguageConfiguration.class
org.apache.camel.language.tokenizer.springboot.TokenizeLanguageAutoConfiguration$GroupConditions.class
org.apache.camel.language.tokenizer.springboot.TokenizeLanguageAutoConfiguration.class
org.apache.camel.language.property.springboot.ExchangePropertyLanguageConfiguration.class
org.apache.camel.language.ref.springboot.RefLanguageAutoConfiguration$GroupConditions.class
org.apache.camel.language.ref.springboot.RefLanguageAutoConfiguration.class
org.apache.camel.language.header.springboot.HeaderLanguageConfiguration.class
org.apache.camel.language.constant.springboot.ConstantLanguageAutoConfiguration.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-boot-starter-2.1.6.RELEASE.jar
/org.springframework.boot/spring-boot-starter/2.1.6.RELEASE
查看spring-boot-starter所有版本文件
camel-core-3.0.0-M4.jar
/org.apache.camel/camel-core/3.0.0-M4
查看camel-core所有版本文件
camel-spring-boot-3.0.0-M4.jar
/org.apache.camel/camel-spring-boot/3.0.0-M4
查看camel-spring-boot所有版本文件
spring-boot-2.1.6.RELEASE.jar
/org.springframework.boot/spring-boot/2.1.6.RELEASE
查看spring-boot所有版本文件
spring-boot-autoconfigure-2.1.6.RELEASE.jar
/org.springframework.boot/spring-boot-autoconfigure/2.1.6.RELEASE
查看spring-boot-autoconfigure所有版本文件
spring-boot-autoconfigure-processor-2.1.6.RELEASE.jar
/org.springframework.boot/spring-boot-autoconfigure-processor/2.1.6.RELEASE
查看spring-boot-autoconfigure-processor所有版本文件
spring-boot-configuration-processor-2.1.6.RELEASE.jar
/org.springframework.boot/spring-boot-configuration-processor/2.1.6.RELEASE
查看spring-boot-configuration-processor所有版本文件
camel-spring-boot-dependencies-3.0.0-M4.jar
/org.apache.camel/camel-spring-boot-dependencies/3.0.0-M4
查看camel-spring-boot-dependencies所有版本文件
|