autoload-cache-manager
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.qiujiayu</groupId>
<artifactId>autoload-cache-manager</artifactId>
<version>7.2.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.qiujiayu</groupId>
<artifactId>autoload-cache-manager</artifactId>
<version>7.2.1</version>
<packaging>pom</packaging>
<name>autoload-cache-manager</name>
<description>The cache manager module of autoload-cache project</description>
<url>https://github.com/qiujiayu/AutoLoadCache/autoload-cache-manager</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>The Apache Software License, Version 2.0</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<developers>
<developer>
<name>qiujiayu</name>
<email>qiujiayu@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:qiujiayu/AutoLoadCache.git/autoload-cache-manager</connection>
<developerConnection>scm:git:git@github.com:qiujiayu/AutoLoadCache.git/autoload-cache-manager</developerConnection>
<url>git@github.com/qiujiayu/AutoLoadCache.git/autoload-cache-manager</url>
</scm>
<distributionManagement>
<repository>
<id>oss</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>oss</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</project>