MVN

org.geepawhill : gph-html

Maven & Gradle

May 27, 2023
5 stars

gph-html · An ultra-light change-friendly dsl for generating html output.

<dependency>
    <groupId>org.geepawhill</groupId>
    <artifactId>gph-html</artifactId>
    <version>0.0.108</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.geepawhill : gph-html to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.108

All Versions

Choose a version of org.geepawhill : gph-html to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
gph-html-0.0.108
gph-html-0.0.107
gph-html-0.0.103
gph-html-0.0.102
gph-html-0.0.101
gph-html-0.0.100
gph-html-0.0.99
gph-html-0.0.98
gph-html-0.0.97
gph-html-0.0.96
gph-html-0.0.95
gph-html-0.0.94
gph-html-0.0.93
gph-html-0.0.92
gph-html-0.0.91
gph-html-0.0.90
gph-html-0.0.89
gph-html-0.0.88
gph-html-0.0.87
gph-html-0.0.86
gph-html-0.0.85
gph-html-0.0.84
gph-html-0.0.83
gph-html-0.0.82
gph-html-0.0.81
gph-html-0.0.80
gph-html-0.0.79
gph-html-0.0.78
gph-html-0.0.77
gph-html-0.0.76
gph-html-0.0.75
gph-html-0.0.74
gph-html-0.0.73
gph-html-0.0.72
gph-html-0.0.71
gph-html-0.0.70
gph-html-0.0.69
gph-html-0.0.68
gph-html-0.0.67
gph-html-0.0.66
gph-html-0.0.65
gph-html-0.0.64
gph-html-0.0.63
gph-html-0.0.62
gph-html-0.0.61
gph-html-0.0.60
gph-html-0.0.59
gph-html-0.0.58
gph-html-0.0.57
gph-html-0.0.56
gph-html-0.0.55
gph-html-0.0.54
gph-html-0.0.52
gph-html-0.0.51
gph-html-0.0.50
gph-html-0.0.49
gph-html-0.0.48
gph-html-0.0.47
gph-html-0.0.46
gph-html-0.0.45
gph-html-0.0.44
gph-html-0.0.43
gph-html-0.0.42
gph-html-0.0.41
gph-html-0.0.40
gph-html-0.0.39
gph-html-0.0.38
gph-html-0.0.37
gph-html-0.0.36
gph-html-0.0.35
gph-html-0.0.34
gph-html-0.0.32
gph-html-0.0.31
gph-html-0.0.30
gph-html-0.0.29
gph-html-0.0.28
gph-html-0.0.27
gph-html-0.0.26
gph-html-0.0.25
gph-html-0.0.24
gph-html-0.0.23
gph-html-0.0.22
gph-html-0.0.21
gph-html-0.0.20
gph-html-0.0.19
gph-html-0.0.18
gph-html-0.0.17
local
gph-html-local

How to add a dependency to Maven

Add the following org.geepawhill : gph-html maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.geepawhill</groupId>
    <artifactId>gph-html</artifactId>
    <version>0.0.108</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.geepawhill : gph-html gradle dependency to your build.gradle file:

implementation 'org.geepawhill:gph-html:0.0.108'

Gradle Kotlin DSL: Add the following org.geepawhill : gph-html gradle kotlin dependency to your build.gradle.kts file:

implementation("org.geepawhill:gph-html:0.0.108")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.geepawhill : gph-html sbt scala dependency to your build.sbt file:

libraryDependencies += "org.geepawhill" % "gph-html" % "0.0.108"

Advertisement