Download ehcache-spring-annotations-1.2.0.jar file

Introduction

You can download ehcache-spring-annotations-1.2.0.jar in this page.

License

Google Open Source

Type List

ehcache-spring-annotations-1.2.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.googlecode.ehcache-spring-annotations/ehcache-spring-annotations/pom.properties
META-INF/maven/com.googlecode.ehcache-spring-annotations/ehcache-spring-annotations/pom.xml
META-INF/spring.handlers
META-INF/spring.schemas
com.googlecode.ehcache.annotations.AdviceType.class
com.googlecode.ehcache.annotations.CacheAttributeSource.class
com.googlecode.ehcache.annotations.CacheException.class
com.googlecode.ehcache.annotations.CacheNotFoundException.class
com.googlecode.ehcache.annotations.Cacheable.class
com.googlecode.ehcache.annotations.CacheableAttribute.class
com.googlecode.ehcache.annotations.CacheableInterceptor.class
com.googlecode.ehcache.annotations.DecoratedCacheType.class
com.googlecode.ehcache.annotations.DefaultCacheableInterceptor.class
com.googlecode.ehcache.annotations.DefaultTriggersRemoveInterceptor.class
com.googlecode.ehcache.annotations.KeyGenerator.class
com.googlecode.ehcache.annotations.MethodAttribute.class
com.googlecode.ehcache.annotations.ParameterMask.class
com.googlecode.ehcache.annotations.PartialCacheKey.class
com.googlecode.ehcache.annotations.Property.class
com.googlecode.ehcache.annotations.RefreshableCacheEntry.class
com.googlecode.ehcache.annotations.RefreshingCacheEntryFactory.class
com.googlecode.ehcache.annotations.RefreshingSelfPopulatingCache.class
com.googlecode.ehcache.annotations.ResolverFactory.class
com.googlecode.ehcache.annotations.SelfPopulatingCacheScope.class
com.googlecode.ehcache.annotations.TriggersRemove.class
com.googlecode.ehcache.annotations.TriggersRemoveAttribute.class
com.googlecode.ehcache.annotations.TriggersRemoveInterceptor.class
com.googlecode.ehcache.annotations.When.class
com.googlecode.ehcache.annotations.config.AnnotationDrivenEhCacheBeanDefinitionParser.class
com.googlecode.ehcache.annotations.config.AnnotationDrivenEhCacheNamespaceHandler.class
com.googlecode.ehcache.annotations.config.EhCacheConfigBeanDefinitionParser.class
com.googlecode.ehcache.annotations.config.ExactCacheNameMatcherImpl.class
com.googlecode.ehcache.annotations.config.NotCacheNameMatcherImpl.class
com.googlecode.ehcache.annotations.config.PatternCacheNameMatcherImpl.class
com.googlecode.ehcache.annotations.impl.CacheAttributeSourceImpl.class
com.googlecode.ehcache.annotations.impl.CacheNameMatcher.class
com.googlecode.ehcache.annotations.impl.CacheStaticMethodMatcherPointcut.class
com.googlecode.ehcache.annotations.impl.CacheableAttributeImpl.class
com.googlecode.ehcache.annotations.impl.ExpiredElementEvictor.class
com.googlecode.ehcache.annotations.impl.MultiKeyConcurrentMap.class
com.googlecode.ehcache.annotations.impl.PropertyComparator.class
com.googlecode.ehcache.annotations.impl.TriggersRemoveAttributeImpl.class
com.googlecode.ehcache.annotations.impl.Vote.class
com.googlecode.ehcache.annotations.interceptor.EhCacheInterceptor.class
com.googlecode.ehcache.annotations.key.AbstractCacheKeyGenerator.class
com.googlecode.ehcache.annotations.key.AbstractDeepCacheKeyGenerator.class
com.googlecode.ehcache.annotations.key.AbstractHashingCacheKeyGenerator.class
com.googlecode.ehcache.annotations.key.CacheKeyGenerator.class
com.googlecode.ehcache.annotations.key.CachingReflectionHelper.class
com.googlecode.ehcache.annotations.key.DelegateCacheKeyGenerator.class
com.googlecode.ehcache.annotations.key.HashCodeCacheKeyGenerator.class
com.googlecode.ehcache.annotations.key.ListCacheKeyGenerator.class
com.googlecode.ehcache.annotations.key.MessageDigestCacheKeyGenerator.class
com.googlecode.ehcache.annotations.key.MessageDigestOutputStream.class
com.googlecode.ehcache.annotations.key.ReadOnlyList.class
com.googlecode.ehcache.annotations.key.ReflectionHashCodeCacheKeyGenerator.class
com.googlecode.ehcache.annotations.key.ReflectionHelper.class
com.googlecode.ehcache.annotations.key.ReflectionHelperAware.class
com.googlecode.ehcache.annotations.key.SimpleReflectionHelper.class
com.googlecode.ehcache.annotations.key.SpELCacheKeyGenerator.class
com.googlecode.ehcache.annotations.key.StringCacheKeyGenerator.class
com.googlecode.ehcache.annotations.resolver.CacheResolverFactory.class
com.googlecode.ehcache.annotations.resolver.CacheableCacheResolver.class
com.googlecode.ehcache.annotations.resolver.DefaultCacheResolverFactory.class
com.googlecode.ehcache.annotations.resolver.SingletonCacheableCacheResolver.class
com.googlecode.ehcache.annotations.resolver.SingletonTriggersRemoveCacheResolver.class
com.googlecode.ehcache.annotations.resolver.ThreadLocalCacheEntryFactory.class
com.googlecode.ehcache.annotations.resolver.TriggersRemoveCacheResolver.class
com.googlecode.ehcache.annotations.support.Spring3TaskSchedulerAdapter.class
com.googlecode.ehcache.annotations.support.TaskSchedulerAdapter.class
com.googlecode.ehcache.annotations.support.TaskSchedulerAdapterFactory.class
com.googlecode.ehcache.annotations.support.TimerTaskSchedulerAdapter.class
com/googlecode/ehcache/annotations/ehcache-spring-1.0.xsd
com/googlecode/ehcache/annotations/ehcache-spring-1.1.xsd
com/googlecode/ehcache/annotations/ehcache-spring-1.2.xsd

Pom

ehcache-spring-annotations-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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.googlecode.ehcache-spring-annotations</groupId>
        <artifactId>ehcache-spring-annotations-parent</artifactId>
        <version>1.2.0-M1</version>
    </parent>
    
    <artifactId>ehcache-spring-annotations</artifactId>
    
    <name>Ehcache Spring Annotations - Core</name>
    <description>Provides a simple model for integrating Ehcache in a Spring project via annotations.</description>
    
    <scm>
        <connection>scm:svn:http://ehcache-spring-annotations.googlecode.com/svn/tags/ehcache-spring-annotations-1.2.0-M1/core</connection>
        <developerConnection>scm:svn:https://ehcache-spring-annotations.googlecode.com/svn/tags/ehcache-spring-annotations-1.2.0-M1/core</developerConnection>
        <url>http://ehcache-spring-annotations.googlecode.com/svn/tags/ehcache-spring-annotations-1.2.0-M1/core</url>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>aopalliance</groupId>
            <artifactId>aopalliance</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-aop</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-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-expression</artifactId>
        </dependency>
        <dependency>
            <groupId>net.sf.ehcache</groupId>
            <artifactId>ehcache-core</artifactId>
        </dependency>

        <dependency>
            <groupId>cglib</groupId>
            <artifactId>cglib</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.easymock</groupId>
            <artifactId>easymock</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>jcl-over-slf4j</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context-support</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
                <configuration>
                    <descriptors>
                        <descriptor>src/main/assembly/download-nodep.xml</descriptor>
                        <descriptor>src/main/assembly/download-dep.xml</descriptor>
                    </descriptors>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
                    </archive>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-release-plugin</artifactId>
                <configuration>
                    <goals>deploy assembly:assembly</goals>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <excludes>
                        <exclude>com/googlecode/ehcache/annotations/performance/**</exclude>
                    </excludes>
                </configuration>
            </plugin>
            <plugin>
                <groupId>com.springsource.bundlor</groupId>
                <artifactId>com.springsource.bundlor.maven</artifactId>
                <executions>
                    <execution>
                        <id>bundlor</id>
                        <goals>
                            <goal>bundlor</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>com.googlecode.ehcache-spring-annotations</groupId>
   <artifactId>ehcache-spring-annotations</artifactId>
   <version>1.2.0</version>
</dependency>

Download

If you think the following ehcache-spring-annotations-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 ehcache-spring-annotations-1.2.0.jar file




PreviousNext

Related