Download cache-ri-impl-1.0.0.jar file

Introduction

You can download cache-ri-impl-1.0.0.jar in this page.

License

Open Source

Type List

cache-ri-impl-1.0.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jsr107.ri/cache-ri-impl/pom.properties
META-INF/maven/org.jsr107.ri/cache-ri-impl/pom.xml
META-INF/services/javax.cache.spi.CachingProvider
org.jsr107.ri.LockManager.class
org.jsr107.ri.RICache.class
org.jsr107.ri.RICacheManager.class
org.jsr107.ri.RICachedValue.class
org.jsr107.ri.RIEntry.class
org.jsr107.ri.RIInternalConverter.class
org.jsr107.ri.RIInternalMap.class
org.jsr107.ri.RIReferenceInternalConverter.class
org.jsr107.ri.RISerializingInternalConverter.class
org.jsr107.ri.RISimpleInternalMap.class
org.jsr107.ri.event.RICacheEntryEvent.class
org.jsr107.ri.event.RICacheEntryEventFilteringIterable.class
org.jsr107.ri.event.RICacheEntryEventFilteringIterator.class
org.jsr107.ri.event.RICacheEntryListenerRegistration.class
org.jsr107.ri.event.RICacheEventDispatcher.class
org.jsr107.ri.management.MBeanServerRegistrationUtility.class
org.jsr107.ri.management.RICacheMXBean.class
org.jsr107.ri.management.RICacheStatisticsMXBean.class
org.jsr107.ri.management.RITCKMBeanServerBuilder.class
org.jsr107.ri.processor.EntryProcessorEntry.class
org.jsr107.ri.processor.MutableEntryOperation.class
org.jsr107.ri.processor.RIEntryProcessorResult.class
org.jsr107.ri.spi.RICachingProvider.class

Pom

cache-ri-impl-1.0.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.jsr107.ri</groupId>
        <artifactId>cache-ri</artifactId>
        <version>1.0.0</version>
    </parent>
    <artifactId>cache-ri-impl</artifactId>
    <packaging>jar</packaging>

    <name>JSR107 Cache RI</name>

    <dependencies>
        <dependency>
            <groupId>javax.cache</groupId>
            <artifactId>cache-api</artifactId>
        </dependency>

        <dependency>
            <groupId>javax.enterprise</groupId>
            <artifactId>cdi-api</artifactId>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jsr107.ri</groupId>
   <artifactId>cache-ri-impl</artifactId>
   <version>1.0.0</version>
</dependency>

Download

If you think the following cache-ri-impl-1.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download cache-ri-impl-1.0.0.jar file




PreviousNext

Related