GroupId | GroupIdio.github.jimmy-j |
---|---|
ArtifactId | ArtifactIdfacesdk |
Version | Version2.0.7 |
Type | Typeaar |
Filename | Size |
---|---|
facesdk-2.0.7.pom | |
facesdk-2.0.7-sources.jar | 494 bytes |
facesdk-2.0.7-javadoc.jar | 494 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jimmy-j/facesdk/ -->
<dependency>
<groupId>io.github.jimmy-j</groupId>
<artifactId>facesdk</artifactId>
<version>2.0.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jimmy-j/facesdk/
implementation 'io.github.jimmy-j:facesdk:2.0.7'
// https://jarcasting.com/artifacts/io.github.jimmy-j/facesdk/
implementation ("io.github.jimmy-j:facesdk:2.0.7")
'io.github.jimmy-j:facesdk:aar:2.0.7'
<dependency org="io.github.jimmy-j" name="facesdk" rev="2.0.7">
<artifact name="facesdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.jimmy-j', module='facesdk', version='2.0.7')
)
libraryDependencies += "io.github.jimmy-j" % "facesdk" % "2.0.7"
[io.github.jimmy-j/facesdk "2.0.7"]