1 <?xml version="1.0" encoding="UTF-8"?>
4 * This is a utility project for wide range of applications
6 * Copyright (C) 2008 Imran M Yousuf (imyousuf@smartitengineering.com)
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 3 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 <artifactId>smart-util</artifactId>
25 <groupId>com.smartitengineering</groupId>
26 <version>0.2-SNAPSHOT</version>
28 <modelVersion>4.0.0</modelVersion>
29 <groupId>com.smartitengineering.smart-util</groupId>
30 <artifactId>simple-util</artifactId>
31 <name>simple-util</name>
32 <version>0.2-SNAPSHOT</version>
35 <groupId>commons-lang</groupId>
36 <artifactId>commons-lang</artifactId>
39 <groupId>asm</groupId>
40 <artifactId>asm</artifactId>
43 <groupId>junit</groupId>
44 <artifactId>junit</artifactId>
47 <groupId>org.jmock</groupId>
48 <artifactId>jmock</artifactId>
51 <groupId>org.jmock</groupId>
52 <artifactId>jmock-junit3</artifactId>