Categories |
CategoriesJFoenix User Interface GUI |
---|---|
GroupId | GroupIdcom.jfoenix |
ArtifactId | ArtifactIdjfoenix |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
jfoenix-1.2.0.pom | |
jfoenix-1.2.0.jar | 2 MB |
jfoenix-1.2.0-sources.jar | 1 MB |
jfoenix-1.2.0-retrolambda.jar | 2 MB |
jfoenix-1.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.jfoenix/jfoenix/ -->
<dependency>
<groupId>com.jfoenix</groupId>
<artifactId>jfoenix</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jfoenix/jfoenix/
implementation 'com.jfoenix:jfoenix:1.2.0'
// https://jarcasting.com/artifacts/com.jfoenix/jfoenix/
implementation ("com.jfoenix:jfoenix:1.2.0")
'com.jfoenix:jfoenix:jar:1.2.0'
<dependency org="com.jfoenix" name="jfoenix" rev="1.2.0">
<artifact name="jfoenix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jfoenix', module='jfoenix', version='1.2.0')
)
libraryDependencies += "com.jfoenix" % "jfoenix" % "1.2.0"
[com.jfoenix/jfoenix "1.2.0"]