p

ph-oton-parent-pom

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