| 组织ID: |
ru.yandex.qatools.camelot |
| 项目ID: |
camelot-core |
| 版本: |
2.5.1-20151207 |
| 最后修改时间: |
2019-10-28 23:56:49 |
| 包类型: |
jar |
| 标题: |
Camelot Core |
| 大小: |
55.71KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>ru.yandex.qatools.camelot</groupId>
<artifactId>camelot-core</artifactId>
<version>2.5.1-20151207</version>
</dependency>
|
| Gradle引入代码: |
ru.yandex.qatools.camelot:camelot-core:2.5.1-20151207
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>ru.yandex.qatools.camelot</groupId>
<artifactId>camelot</artifactId>
<version>2.5.1-20151207</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<artifactId>camelot-core</artifactId>
<name>Camelot Core</name>
<repositories>
<repository>
<id>jade4j-releases</id>
<url>https://raw.github.com/neuland/jade4j/master/releases</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>camelot-commons</artifactId>
<exclusions>
<exclusion>
<artifactId>asm</artifactId>
<groupId>asm</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- UTILS -->
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd</artifactId>
<version>3.3.8</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<!-- Commons -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
</dependency>
<!-- Camel -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-quartz</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring</artifactId>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring</artifactId>
<version>3.14</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- Jackson JSON Serialization -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- Classloading -->
<dependency>
<groupId>org.xeustechnologies</groupId>
<artifactId>jcl-core</artifactId>
<version>2.5</version>
</dependency>
<!-- TESTING -->
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<version>0.8.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test</artifactId>
<version>${camel.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>camelot-activemq</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>camelot-hazelcast</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-spring40</artifactId>
<version>${camel.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>spring-core</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>camel-spring</artifactId>
<groupId>org.apache.camel</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- Testing -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>camelot-kafka</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib-nodep</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>objenesis</artifactId>
<groupId>org.objenesis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<attachClasses>true</attachClasses>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<configuration>
<archive>
<manifest>
<addClasspath>false</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
<mainClass>org.apache.camel.spring.Main</mainClass>
<useUniqueVersions>false</useUniqueVersions>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<phase>prepare-package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/lib</outputDirectory>
<includeScope>runtime</includeScope>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
camelot-default.properties
camelot-camel-context.xml
camelot-extension.xml
log4j.properties
camelot-core-context.xml
META-INF/spring/camelot-runner-context.xml
ru.yandex.qatools.camelot.Constants.class
ru.yandex.qatools.camelot.spring.ClassLoaderBeanDefinition.class
ru.yandex.qatools.camelot.spring.ListablePropertyPlaceholderConfigurer.class
ru.yandex.qatools.camelot.core.impl.GenericPluginsEngine.class
ru.yandex.qatools.camelot.core.impl.DefaultInterimProcessor.class
ru.yandex.qatools.camelot.core.impl.PluginEndpointsImpl.class
ru.yandex.qatools.camelot.core.impl.BasicClientSendersProvider.class
ru.yandex.qatools.camelot.core.impl.AppConfigSystemProperties.class
ru.yandex.qatools.camelot.core.impl.SameClasspathPluginLoader.class
ru.yandex.qatools.camelot.core.impl.AppConfigSpringProperties.class
ru.yandex.qatools.camelot.core.impl.ProcessingEngineImpl$1.class
ru.yandex.qatools.camelot.core.impl.PluginsInteropService.class
ru.yandex.qatools.camelot.core.impl.ProcessingEngineImpl$2.class
ru.yandex.qatools.camelot.core.impl.PluginsInteropService$1.class
ru.yandex.qatools.camelot.core.impl.PluginsInteropService$2.class
ru.yandex.qatools.camelot.core.impl.PluginInitializerImpl.class
ru.yandex.qatools.camelot.core.impl.ProcessingEngineImpl.class
ru.yandex.qatools.camelot.core.impl.PluginsContextIntoBeansInjector.class
ru.yandex.qatools.camelot.core.impl.SpringContextInjector.class
ru.yandex.qatools.camelot.core.builders.NoSchedulerBuildersFactory.class
ru.yandex.qatools.camelot.core.builders.ClassMetadata.class
ru.yandex.qatools.camelot.core.builders.SpringPluginResourceBuilder.class
ru.yandex.qatools.camelot.core.builders.ClassMetadata$ClassInfo.class
ru.yandex.qatools.camelot.core.builders.NoSchedulerBuildersFactory$SkippingSchedulerBuilder.class
ru.yandex.qatools.camelot.core.builders.NoSchedulerBuildersFactory$1.class
ru.yandex.qatools.camelot.core.util.IOUtils.class
ru.yandex.qatools.camelot.core.util.ServiceUtil.class
ru.yandex.qatools.camelot.core.util.ServiceUtil$1.class
ru.yandex.qatools.camelot.core.util.CloneUtil.class
ru.yandex.qatools.camelot.core.util.ReflectUtil.class
ru.yandex.qatools.camelot.core.util.PluginContextTemplateUtil.class
ru.yandex.qatools.camelot.core.util.ServiceUtil$2.class
camelot-basic-context.xml
camelot-processing-context.xml
camelot-properties-context.xml
META-INF/maven/ru.yandex.qatools.camelot/camelot-core/pom.xml
META-INF/maven/ru.yandex.qatools.camelot/camelot-core/pom.properties
|
| 依赖Jar: |
jodd-3.3.8.jar
/org.jodd/jodd/3.3.8
查看jodd所有版本文件
xbean-spring-3.14.jar
/org.apache.xbean/xbean-spring/3.14
查看xbean-spring所有版本文件
jcl-core-2.5.jar
/org.xeustechnologies/jcl-core/2.5
查看jcl-core所有版本文件
kafka_2.11-0.8.2.2.jar
/org.apache.kafka/kafka_2.11/0.8.2.2
查看kafka_2.11所有版本文件
zookeeper-3.4.6.jar
/org.apache.zookeeper/zookeeper/3.4.6
查看zookeeper所有版本文件
camel-test-${camel.version}.jar
/org.apache.camel/camel-test/${camel.version}
查看camel-test所有版本文件
camelot-activemq-${project.version}.jar
/${project.groupId}/camelot-activemq/${project.version}
查看camelot-activemq所有版本文件
camelot-hazelcast-${project.version}.jar
/${project.groupId}/camelot-hazelcast/${project.version}
查看camelot-hazelcast所有版本文件
camel-test-spring40-${camel.version}.jar
/org.apache.camel/camel-test-spring40/${camel.version}
查看camel-test-spring40所有版本文件
camelot-kafka-${project.version}.jar
/${project.groupId}/camelot-kafka/${project.version}
查看camelot-kafka所有版本文件
|