cache-lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.wiztools</groupId>
<artifactId>cache-lib</artifactId>
<version>0.1.0</version>
</dependency>
<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.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>org.wiztools</groupId>
<artifactId>cache-lib</artifactId>
<version>0.1.0</version>
<packaging>jar</packaging>
<name>cache-lib</name>
<url>http://maven.apache.org</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://cache-lib.googlecode.com/svn/cache-lib/tags/cache-lib-0.1.0</connection>
<developerConnection>scm:svn:https://cache-lib.googlecode.com/svn/cache-lib/tags/cache-lib-0.1.0</developerConnection>
<url>scm:svn:https://cache-lib.googlecode.com/svn/cache-lib/tags/cache-lib-0.1.0</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<developers>
<developer>
<id>subwiz</id>
<name>Subhash Chandran</name>
<email>subwiz [at] gmail [dot] com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://cache-lib.googlecode.com/svn/cache-lib/tags</tagBase>
</configuration>
</plugin>
</plugins>
</build>
</project>