File: USAGE.txt

package info (click to toggle)
javatuples 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 500 kB
  • ctags: 949
  • sloc: java: 4,106; xml: 275; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
 Using javatuples from Maven 2
 -----------------------------
 
 
 To use it in your Maven 2 applications, you will need to add it as
 a dependency with:

     <dependency>
       <groupId>org.javatuples</groupId>
       <artifactId>javatuples</artifactId>
       <version>{version}</version>
       <scope>compile</scope>
     </dependency>

 In order for this to work correctly, you need to have previously installed
 javatuples in your local repository (as explained in BUILD.txt) or have a
 working internet connection to let maven automatically download javatuples 
 binaries from Maven 2's central repositories.