文件下载
文件名 操作
jfoenix-17-0.1.1.jar 下载
jfoenix-17-0.1.1.pom 下载
jfoenix-17-0.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>us.ihmc</groupId>
  <artifactId>jfoenix</artifactId>
  <version>17-0.1.1</version>
</dependency>
Gradle Groovy
implementation 'us.ihmc:jfoenix:17-0.1.1'
Gradle Kotlin
implementation("us.ihmc:jfoenix:17-0.1.1")
Scala SBT
libraryDependencies += "us.ihmc" % "jfoenix" % "17-0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='us.ihmc', module='jfoenix', version='17-0.1.1')
)
Apache Ivy
<dependency org="us.ihmc" name="jfoenix" rev="17-0.1.1" />
Leiningen
[us.ihmc/jfoenix "17-0.1.1"]
Apache Buildr
'us.ihmc:jfoenix:jar:17-0.1.1'