GroupId | GroupIdcom.github.mhendred.face4j |
---|---|
ArtifactId | ArtifactIdface4j-core |
Version | Version1.5.4 |
Type | Typejar |
Filename | Size |
---|---|
face4j-core-1.5.4.pom | |
face4j-core-1.5.4.jar | 49 KB |
face4j-core-1.5.4-sources.jar | 53 KB |
face4j-core-1.5.4-javadoc.jar | 224 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.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhendred.face4j/face4j-core/
implementation 'com.github.mhendred.face4j:face4j-core:1.5.4'
// https://jarcasting.com/artifacts/com.github.mhendred.face4j/face4j-core/
implementation ("com.github.mhendred.face4j:face4j-core:1.5.4")
'com.github.mhendred.face4j:face4j-core:jar:1.5.4'
<dependency org="com.github.mhendred.face4j" name="face4j-core" rev="1.5.4">
<artifact name="face4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mhendred.face4j', module='face4j-core', version='1.5.4')
)
libraryDependencies += "com.github.mhendred.face4j" % "face4j-core" % "1.5.4"
[com.github.mhendred.face4j/face4j-core "1.5.4"]