p

ph-fonts-parent-pom

Base POM to build the ph-fonts projects
https://github.com/phax/ph-fonts
Apache 2
Philip Helger
Philip Helger
Files download
File Operation
ph-fonts-parent-pom-4.1.2.pom download
Apache Maven
<dependency>
  <groupId>com.helger.font</groupId>
  <artifactId>ph-fonts-parent-pom</artifactId>
  <version>4.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.helger.font:ph-fonts-parent-pom:4.1.2'
Gradle Kotlin
implementation("com.helger.font:ph-fonts-parent-pom:4.1.2")
Scala SBT
libraryDependencies += "com.helger.font" % "ph-fonts-parent-pom" % "4.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.font', module='ph-fonts-parent-pom', version='4.1.2')
)
Apache Ivy
<dependency org="com.helger.font" name="ph-fonts-parent-pom" rev="4.1.2" />
Leiningen
[com.helger.font/ph-fonts-parent-pom "4.1.2"]
Apache Buildr
'com.helger.font:ph-fonts-parent-pom:jar:4.1.2'