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