Download geronimo-jcache_1.0_spec-1.0.jar file

Introduction

You can download geronimo-jcache_1.0_spec-1.0.jar in this page.

License

Apache License

Type List

geronimo-jcache_1.0_spec-1.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.geronimo.specs/geronimo-jcache_1.0_spec/pom.properties
META-INF/maven/org.apache.geronimo.specs/geronimo-jcache_1.0_spec/pom.xml
javax.cache.Cache.class
javax.cache.CacheException.class
javax.cache.CacheManager.class
javax.cache.Caching.class
javax.cache.annotation.CacheDefaults.class
javax.cache.annotation.CacheInvocationContext.class
javax.cache.annotation.CacheInvocationParameter.class
javax.cache.annotation.CacheKey.class
javax.cache.annotation.CacheKeyGenerator.class
javax.cache.annotation.CacheKeyInvocationContext.class
javax.cache.annotation.CacheMethodDetails.class
javax.cache.annotation.CachePut.class
javax.cache.annotation.CacheRemove.class
javax.cache.annotation.CacheRemoveAll.class
javax.cache.annotation.CacheResolver.class
javax.cache.annotation.CacheResolverFactory.class
javax.cache.annotation.CacheResult.class
javax.cache.annotation.CacheValue.class
javax.cache.annotation.GeneratedCacheKey.class
javax.cache.configuration.CacheEntryListenerConfiguration.class
javax.cache.configuration.CompleteConfiguration.class
javax.cache.configuration.Configuration.class
javax.cache.configuration.Factory.class
javax.cache.configuration.FactoryBuilder.class
javax.cache.configuration.MutableCacheEntryListenerConfiguration.class
javax.cache.configuration.MutableConfiguration.class
javax.cache.configuration.OptionalFeature.class
javax.cache.event.CacheEntryCreatedListener.class
javax.cache.event.CacheEntryEvent.class
javax.cache.event.CacheEntryEventFilter.class
javax.cache.event.CacheEntryExpiredListener.class
javax.cache.event.CacheEntryListener.class
javax.cache.event.CacheEntryListenerException.class
javax.cache.event.CacheEntryRemovedListener.class
javax.cache.event.CacheEntryUpdatedListener.class
javax.cache.event.EventType.class
javax.cache.expiry.AccessedExpiryPolicy.class
javax.cache.expiry.CreatedExpiryPolicy.class
javax.cache.expiry.Duration.class
javax.cache.expiry.EternalExpiryPolicy.class
javax.cache.expiry.ExpiryPolicy.class
javax.cache.expiry.ModifiedExpiryPolicy.class
javax.cache.expiry.TouchedExpiryPolicy.class
javax.cache.integration.CacheLoader.class
javax.cache.integration.CacheLoaderException.class
javax.cache.integration.CacheWriter.class
javax.cache.integration.CacheWriterException.class
javax.cache.integration.CompletionListener.class
javax.cache.integration.CompletionListenerFuture.class
javax.cache.management.CacheMXBean.class
javax.cache.management.CacheStatisticsMXBean.class
javax.cache.processor.EntryProcessor.class
javax.cache.processor.EntryProcessorException.class
javax.cache.processor.EntryProcessorResult.class
javax.cache.processor.MutableEntry.class
javax.cache.spi.CachingProvider.class

Pom

geronimo-jcache_1.0_spec-1.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->
<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>org.apache.geronimo.genesis</groupId>
    <artifactId>genesis-java5-flava</artifactId>
    <version>2.2</version>
  </parent>

  <groupId>org.apache.geronimo.specs</groupId>
  <artifactId>geronimo-jcache_1.0_spec</artifactId>
  <packaging>bundle</packaging>
  <name>Apache Geronimo JCache Spec 1.0</name>
  <version>1.0-alpha-1</version>

  <description>Apache Geronimo implementation of the JSR-107</description>
  <url>http://geronimo.apache.org/maven/${siteId}/${project.version}</url>

  <distributionManagement>
    <site>
      <id>apache-website</id>
      <url>${site.deploy.url}/maven/${siteId}/${project.version}</url>
    </site>
  </distributionManagement>

  <properties>
    <siteId>specs/${project.artifactId}</siteId>
  </properties>

  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jcache_1.0_spec-1.0-alpha-1</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jcache_1.0_spec-1.0-alpha-1
    </developerConnection>
    <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jcache_1.0_spec-1.0-alpha-1</url>
  </scm>

  <!-- added so the build can find staged depends -->
  <repositories>
    <repository>
      <id>apache.nexus.staging</id>
      <name>Apache Staging Repository</name>
      <layout>default</layout>
      <url>https://repository.apache.org/content/repositories/staging/</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
        <checksumPolicy>warn</checksumPolicy>
      </releases>
    </repository>
  </repositories>

  <dependencies>
    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-jcdi_1.0_spec</artifactId>
      <version>1.0</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.1</version>
        <configuration>
          <target>1.6</target>
          <source>1.6</source>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>2.0.1</version>
        <configuration>
          <instructions>
            <Export-Package>
              javax.cache*;version=1.0
            </Export-Package>
          </instructions>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.apache.geronimo.specs</groupId>
   <artifactId>geronimo-jcache_1.0_spec</artifactId>
   <version>1.0</version>
</dependency>

Download

If you think the following geronimo-jcache_1.0_spec-1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download geronimo-jcache_1.0_spec-1.0.jar file




PreviousNext

Related