GroupId | GroupIdorg.cruxframework |
---|---|
ArtifactId | ArtifactIdcrux-smart-faces |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
crux-smart-faces-1.2.0.pom | |
crux-smart-faces-1.2.0.jar | 650 KB |
crux-smart-faces-1.2.0-sources.jar | 215 KB |
crux-smart-faces-1.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cruxframework/crux-smart-faces/ -->
<dependency>
<groupId>org.cruxframework</groupId>
<artifactId>crux-smart-faces</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cruxframework/crux-smart-faces/
implementation 'org.cruxframework:crux-smart-faces:1.2.0'
// https://jarcasting.com/artifacts/org.cruxframework/crux-smart-faces/
implementation ("org.cruxframework:crux-smart-faces:1.2.0")
'org.cruxframework:crux-smart-faces:jar:1.2.0'
<dependency org="org.cruxframework" name="crux-smart-faces" rev="1.2.0">
<artifact name="crux-smart-faces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cruxframework', module='crux-smart-faces', version='1.2.0')
)
libraryDependencies += "org.cruxframework" % "crux-smart-faces" % "1.2.0"
[org.cruxframework/crux-smart-faces "1.2.0"]