All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.org.cache2k.cache2k-all.pom.xml Maven / Gradle / Ivy

<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.cache2k</groupId>
    <artifactId>cache2k-parent</artifactId>
    <version>1.3.2.Alpha</version>
  </parent>

  <artifactId>cache2k-all</artifactId>
  <version>1.3.2.Alpha</version>
  <name>cache2k "all" transitional artifact</name>

  <description>
    A light weight and high performance Java caching library. Android and Java 6 compatible.
    To avoid classloader problems the combined jar file cache2k-all is no longer supported.
    Please remove the cache2k-all dependency from your projects.
    For transition this depends on cache2k-api and cache2k-core.
  </description>

  <dependencies>

    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>cache2k-api</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>cache2k-core</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>org.cache2k</groupId>
      <artifactId>cache2k-testing</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>

  </dependencies>

</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy