<dependency> <groupId>com.helger.photon</groupId> <artifactId>ph-oton-html</artifactId> <version>8.2.8</version> <type>bundle</type> </dependency>
implementation 'com.helger.photon:ph-oton-html:8.2.8'
implementation("com.helger.photon:ph-oton-html:8.2.8")
libraryDependencies += "com.helger.photon" % "ph-oton-html" % "8.2.8"
@Grapes( @Grab(group='com.helger.photon', module='ph-oton-html', version='8.2.8') )
<dependency org="com.helger.photon" name="ph-oton-html" rev="8.2.8" />
[com.helger.photon/ph-oton-html "8.2.8"]
'com.helger.photon:ph-oton-html:jar:8.2.8'
<parent> <groupId>com.helger.photon</groupId> <artifactId>ph-oton-parent-pom</artifactId> <version>8.2.8</version> </parent>
compile
|-- com.helger:ph-commons
|-- com.helger:ph-xml
|-- com.helger:ph-json
|-- com.helger:ph-css
|-- junit:junit
provided
|-- javax.servlet:javax.servlet-api
test
|-- org.slf4j:slf4j-simple