<dependency> <groupId>com.helger.photon</groupId> <artifactId>ph-oton-app</artifactId> <version>9.2.6</version> <type>bundle</type> </dependency>
implementation 'com.helger.photon:ph-oton-app:9.2.6'
implementation("com.helger.photon:ph-oton-app:9.2.6")
libraryDependencies += "com.helger.photon" % "ph-oton-app" % "9.2.6"
@Grapes( @Grab(group='com.helger.photon', module='ph-oton-app', version='9.2.6') )
<dependency org="com.helger.photon" name="ph-oton-app" rev="9.2.6" />
[com.helger.photon/ph-oton-app "9.2.6"]
'com.helger.photon:ph-oton-app:jar:9.2.6'
<parent> <groupId>com.helger.photon</groupId> <artifactId>ph-oton-parent-pom</artifactId> <version>9.2.6</version> </parent>
compile
|-- com.helger:ph-css
|-- com.helger.web:ph-web
|-- com.helger.photon:ph-oton-io
|-- com.helger.photon:ph-oton-html
|-- junit:junit
|-- com.github.spotbugs:spotbugs-annotations
test
|-- org.slf4j:slf4j-simple