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
文件下载
文件名 操作
ph-oton-parent-pom-9.2.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.helger.photon</groupId>
  <artifactId>ph-oton-parent-pom</artifactId>
  <version>9.2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.helger.photon:ph-oton-parent-pom:9.2.2'
Gradle Kotlin
implementation("com.helger.photon:ph-oton-parent-pom:9.2.2")
Scala SBT
libraryDependencies += "com.helger.photon" % "ph-oton-parent-pom" % "9.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.photon', module='ph-oton-parent-pom', version='9.2.2')
)
Apache Ivy
<dependency org="com.helger.photon" name="ph-oton-parent-pom" rev="9.2.2" />
Leiningen
[com.helger.photon/ph-oton-parent-pom "9.2.2"]
Apache Buildr
'com.helger.photon:ph-oton-parent-pom:jar:9.2.2'