MVN

org.jfxtras : jfxtras-font-roboto

Maven & Gradle

Dec 24, 2021
2 usages
573 stars
<dependency>
    <groupId>org.jfxtras</groupId>
    <artifactId>jfxtras-font-roboto</artifactId>
    <version>17-r1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jfxtras : jfxtras-font-roboto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17-r1

All Versions

Choose a version of org.jfxtras : jfxtras-font-roboto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17
jfxtras-font-roboto-17-r1
15
jfxtras-font-roboto-15-r2
jfxtras-font-roboto-15-r1
14
jfxtras-font-roboto-14-r2
jfxtras-font-roboto-14-r1
11
jfxtras-font-roboto-11-r2
jfxtras-font-roboto-11-r1
10.0
jfxtras-font-roboto-10.0-r1
9.0
jfxtras-font-roboto-9.0-r1
8.0
jfxtras-font-roboto-8.0-r6
jfxtras-font-roboto-8.0-r5

How to add a dependency to Maven

Add the following org.jfxtras : jfxtras-font-roboto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jfxtras</groupId>
    <artifactId>jfxtras-font-roboto</artifactId>
    <version>17-r1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jfxtras : jfxtras-font-roboto gradle dependency to your build.gradle file:

implementation 'org.jfxtras:jfxtras-font-roboto:17-r1'

Gradle Kotlin DSL: Add the following org.jfxtras : jfxtras-font-roboto gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jfxtras:jfxtras-font-roboto:17-r1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jfxtras : jfxtras-font-roboto sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jfxtras" % "jfxtras-font-roboto" % "17-r1"

Advertisement