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