Skip to content

Commit 0005595

Browse files
committed
code subt
1 parent 353e50a commit 0005595

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)