Files download
File Operation
fonts-roboto-2012023.0.jar download
fonts-roboto-2012023.0.pom download
fonts-roboto-2012023.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cathive.fonts</groupId>
  <artifactId>fonts-roboto</artifactId>
  <version>2012023.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.cathive.fonts:fonts-roboto:2012023.0'
Gradle Kotlin
implementation("com.cathive.fonts:fonts-roboto:2012023.0")
Scala SBT
libraryDependencies += "com.cathive.fonts" % "fonts-roboto" % "2012023.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cathive.fonts', module='fonts-roboto', version='2012023.0')
)
Apache Ivy
<dependency org="com.cathive.fonts" name="fonts-roboto" rev="2012023.0" />
Leiningen
[com.cathive.fonts/fonts-roboto "2012023.0"]
Apache Buildr
'com.cathive.fonts:fonts-roboto:jar:2012023.0'