License |
License |
---|---|
GroupId | GroupIdcom.github.mhendred.face4j |
ArtifactId | ArtifactIdface4j-core |
Last Version | Last Version1.6.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionface4j-core
A Java client for face.com's REST api
|
Filename | Size |
---|---|
face4j-core-1.6.2.pom | |
face4j-core-1.6.2.jar | 74 KB |
face4j-core-1.6.2-sources.jar | 56 KB |
face4j-core-1.6.2-javadoc.jar | 249 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mhendred.face4j/face4j-core/ -->
<dependency>
<groupId>com.github.mhendred.face4j</groupId>
<artifactId>face4j-core</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhendred.face4j/face4j-core/
implementation 'com.github.mhendred.face4j:face4j-core:1.6.2'
// https://jarcasting.com/artifacts/com.github.mhendred.face4j/face4j-core/
implementation ("com.github.mhendred.face4j:face4j-core:1.6.2")
'com.github.mhendred.face4j:face4j-core:jar:1.6.2'
<dependency org="com.github.mhendred.face4j" name="face4j-core" rev="1.6.2">
<artifact name="face4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mhendred.face4j', module='face4j-core', version='1.6.2')
)
libraryDependencies += "com.github.mhendred.face4j" % "face4j-core" % "1.6.2"
[com.github.mhendred.face4j/face4j-core "1.6.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
org.apache.httpcomponents : httpmime | jar | 4.0.3 |
org.json : json | jar | 20090211 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-io | jar | 1.3.2 |
junit : junit | jar | 4.8.1 |