You can download mybatis-memcached-1.0.0.jar in this page.
Apache License
mybatis-memcached-1.0.0.jar file has the following types.
META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.mybatis.caches/mybatis-memcached/pom.properties META-INF/maven/org.mybatis.caches/mybatis-memcached/pom.xml org.mybatis.caches.memcached.AbstractPropertySetter.class org.mybatis.caches.memcached.BooleanPropertySetter.class org.mybatis.caches.memcached.CompressorTranscoder.class org.mybatis.caches.memcached.ConnectionFactorySetter.class org.mybatis.caches.memcached.DummyReadWriteLock.class org.mybatis.caches.memcached.InetSocketAddressListPropertySetter.class org.mybatis.caches.memcached.IntegerPropertySetter.class org.mybatis.caches.memcached.LoggingMemcachedCache.class org.mybatis.caches.memcached.MemcachedCache.class org.mybatis.caches.memcached.MemcachedClientWrapper.class org.mybatis.caches.memcached.MemcachedConfiguration.class org.mybatis.caches.memcached.MemcachedConfigurationBuilder.class org.mybatis.caches.memcached.StringPropertySetter.class org.mybatis.caches.memcached.StringUtils.class org.mybatis.caches.memcached.TimeUnitSetter.class
mybatis-memcached-1.0.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2010-2013 The MyBatis Team Licensed 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.mybatis</groupId> <artifactId>mybatis-parent</artifactId> <version>21</version> </parent> <groupId>org.mybatis.caches</groupId> <artifactId>mybatis-memcached</artifactId> <version>1.0.0</version> <packaging>jar</packaging> <name>MyBatis Caches :: Memcached</name> <description>Memcached support for MyBatis Cache</description> <url>http://www.mybatis.org/caches/memcached/</url> <scm> <url>http://github.com/mybatis/memcached-cache</url> <connection>scm:git:ssh://github.com/mybatis/memcached-cache.git</connection> <developerConnection>scm:git:git+ssh://git@github.com/mybatis/memcached-cache.git</developerConnection> <tag>mybatis-memcached-1.0.0</tag> </scm> <issueManagement> <system>GitHub Issue Management</system> <url>https://github.com/mybatis/memcached-cache/issues</url> </issueManagement> <ciManagement> <system>Travis CI</system> <url>https://travis-ci.org/memcached-cache/guice</url> </ciManagement> <distributionManagement> <site> <id>github</id> <url>gitsite:git@github.com/mybatis/memcached-cache.git</url> </site> </distributionManagement> <properties> <findbugs.onlyAnalyze>org.mybatis.caches.memcached.*</findbugs.onlyAnalyze> <gcu.product>Cache</gcu.product> </properties> <dependencies> <!-- | Provided dependencies --> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.2.6</version> <scope>provided</scope> </dependency> <!-- | compile dependencies --> <dependency> <groupId>net.spy</groupId> <artifactId>spymemcached</artifactId> <version>2.10.6</version> <scope>compile</scope> </dependency> <!-- | test dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> </dependencies> <repositories> <repository> <id>spy</id> <name>Spy Repository</name> <layout>default</layout> <url>http://files.couchbase.com/maven2/</url> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <arguments>-Prelease,bundle,gupload</arguments> </configuration> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.7</version> <reportSets> <reportSet> <reports> <report>dependencies</report> <report>dependency-convergence</report> <report>index</report> <report>summary</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> </project>
<dependency> <groupId>org.mybatis.caches</groupId> <artifactId>mybatis-memcached</artifactId> <version>1.0.0</version> </dependency>
If you think the following mybatis-memcached-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 mybatis-memcached-1.0.0.jar file