Download org.tinygroup.cepcore-1.2.0.jar file

Introduction

You can download org.tinygroup.cepcore-1.2.0.jar in this page.

License

Open Source

Type List

org.tinygroup.cepcore-1.2.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.tinygroup/org.tinygroup.cepcore/pom.properties
META-INF/maven/org.tinygroup/org.tinygroup.cepcore/pom.xml
cepcore.beans.xml
cepcoreaop.config.xml
exceptionhandler.config.xml
i18n/cepcore_en_US.properties
i18n/cepcore_zh_CN.properties
org.tinygroup.cepcore.CEPCore.class
org.tinygroup.cepcore.CEPCoreOperator.class
org.tinygroup.cepcore.CEPCoreRemoteInterface.class
org.tinygroup.cepcore.EventProcessor.class
org.tinygroup.cepcore.EventProcessorChoose.class
org.tinygroup.cepcore.EventProcessorRegisterTrigger.class
org.tinygroup.cepcore.aop.CEPCoreAopAdapter.class
org.tinygroup.cepcore.aop.CEPCoreAopManager.class
org.tinygroup.cepcore.aop.CEPCoreAopProcessor.class
org.tinygroup.cepcore.aop.impl.CEPCoreAopAdapterContainer.class
org.tinygroup.cepcore.aop.impl.CEPCoreAopManagerImpl.class
org.tinygroup.cepcore.aop.impl.CepCoreAopConfig.class
org.tinygroup.cepcore.aop.impl.ParameterValidator.class
org.tinygroup.cepcore.aop.impl.RequestParamValidate.class
org.tinygroup.cepcore.applicationprocessor.CEPProcessor.class
org.tinygroup.cepcore.exception.CEPConnectException.class
org.tinygroup.cepcore.exception.CEPRunException.class
org.tinygroup.cepcore.exception.RequestNotFoundException.class
org.tinygroup.cepcore.exception.RequestParamValidateException.class
org.tinygroup.cepcore.impl.AbstractEventProcessor.class
org.tinygroup.cepcore.impl.ExceptionProcessor.class
org.tinygroup.cepcore.impl.WeightChooser.class
org.tinygroup.cepcore.util.CEPCoreExecuteUtil.class
org.tinygroup.cepcore.util.CEPCoreUtil.class

Pom

org.tinygroup.cepcore-1.2.0.pom file content.

<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.tinygroup</groupId>
    <artifactId>framework</artifactId>
    <version>1.2.0</version>
  </parent>
  <artifactId>org.tinygroup.cepcore</artifactId>
  <name>org.tinygroup.cepcore</name>
  <url>http://maven.apache.org</url>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>com.thoughtworks.xstream</groupId>
      <artifactId>xstream</artifactId>
      <version>1.4.3</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.xstream</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.config</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.context2object</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.jcscache</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.fileresolver</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.context</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.event</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.exceptionhandler</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.validate</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.logger</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.xmlparser</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.tinygroup</groupId>
   <artifactId>org.tinygroup.cepcore</artifactId>
   <version>1.2.0</version>
</dependency>

Download

If you think the following org.tinygroup.cepcore-1.2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.tinygroup.cepcore-1.2.0.jar file




PreviousNext

Related