<dependency> <groupId>com.helger.photon</groupId> <artifactId>ph-oton-html</artifactId> <version>9.2.5</version> <type>bundle</type> </dependency>
implementation 'com.helger.photon:ph-oton-html:9.2.5'
implementation("com.helger.photon:ph-oton-html:9.2.5")
libraryDependencies += "com.helger.photon" % "ph-oton-html" % "9.2.5"
@Grapes( @Grab(group='com.helger.photon', module='ph-oton-html', version='9.2.5') )
<dependency org="com.helger.photon" name="ph-oton-html" rev="9.2.5" />
[com.helger.photon/ph-oton-html "9.2.5"]
'com.helger.photon:ph-oton-html:jar:9.2.5'
<parent> <groupId>com.helger.photon</groupId> <artifactId>ph-oton-parent-pom</artifactId> <version>9.2.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
|-- com.github.spotbugs:spotbugs-annotations
test
|-- org.slf4j:slf4j-simple