Download org.tinygroup.jcscache-1.2.0.jar file

Introduction

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

License

Open Source

Type List

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

Cache.beans.xml
META-INF/MANIFEST.MF
META-INF/maven/org.tinygroup/org.tinygroup.jcscache/pom.properties
META-INF/maven/org.tinygroup/org.tinygroup.jcscache/pom.xml
jcscache.config.xml
org.tinygroup.cache.jcs.JcsCache.class
org.tinygroup.cache.jcs.applicationprocessor.JcsCacheProcessor.class

Pom

org.tinygroup.jcscache-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>ext</artifactId>
    <version>1.2.0</version>
  </parent>
  <artifactId>org.tinygroup.jcscache</artifactId>
  <name>org.tinygroup.jcscache</name>
  <url>http://maven.apache.org</url>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.cache</artifactId>
      <version>${project.version}</version>
    </dependency>
     <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.springutil</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.jcs</groupId>
      <artifactId>jcs</artifactId>
      <version>1.3</version>
      <exclusions>
        <exclusion>
          <artifactId>velocity</artifactId>
          <groupId>velocity</groupId>
        </exclusion>
        <exclusion>
          <artifactId>xerces</artifactId>
          <groupId>xerces</groupId>
        </exclusion>
        <exclusion>
          <artifactId>servlet-api</artifactId>
          <groupId>javax.servlet</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.fileresolver</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.jcscache</artifactId>
   <version>1.2.0</version>
</dependency>

Download

If you think the following org.tinygroup.jcscache-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.jcscache-1.2.0.jar file




PreviousNext

Related