forked from jessmchung/face4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
25 lines (19 loc) · 806 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---------------------------------------------------------------------------
face4j is a Java client library for face.com licensed under the MIT License
---------------------------------------------------------------------------
Author: Marlon Hendred
---------------------------------------------------------------------------
Modules:
- face4j-core (core library)
- face4j-examples examples (facebook and twitter examples coming soon)
---------------------------------------------------------------------------
- - - - - - - - - - -
ADDING TO PROJECTS
- - - - - - - - - - -
add to your pom.xml
<dependency>
<groupId>org.face4j</groupId>
<artifactId>face4j-core</artifactId>
<version>1.5.3</version>
</dependency>
----------------------------------------------------------------------------