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