We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353e50a commit 0005595Copy full SHA for 0005595
pom.xml
@@ -0,0 +1,14 @@
1
+<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">
2
+ <modelVersion>4.0.0</modelVersion>
3
+ <groupId>com.triompha</groupId>
4
+ <artifactId>Memcached-Java-Client</artifactId>
5
+ <version>0.0.1-SNAPSHOT</version>
6
+ <dependencies>
7
+ <dependency>
8
+ <groupId>org.slf4j</groupId>
9
+ <artifactId>slf4j-log4j12</artifactId>
10
+ <version>1.6.1</version>
11
+ </dependency>
12
+
13
+ </dependencies>
14
+</project>
0 commit comments