<dependency> <groupId>com.helger.photon</groupId> <artifactId>ph-oton-jetty</artifactId> <version>9.2.3</version> <type>bundle</type> </dependency>
implementation 'com.helger.photon:ph-oton-jetty:9.2.3'
implementation("com.helger.photon:ph-oton-jetty:9.2.3")
libraryDependencies += "com.helger.photon" % "ph-oton-jetty" % "9.2.3"
@Grapes( @Grab(group='com.helger.photon', module='ph-oton-jetty', version='9.2.3') )
<dependency org="com.helger.photon" name="ph-oton-jetty" rev="9.2.3" />
[com.helger.photon/ph-oton-jetty "9.2.3"]
'com.helger.photon:ph-oton-jetty:jar:9.2.3'
<parent> <groupId>com.helger.photon</groupId> <artifactId>ph-oton-parent-pom</artifactId> <version>9.2.3</version> </parent>
compile
|-- com.helger.commons:ph-commons
|-- org.eclipse.jetty:jetty-webapp
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty:jetty-annotations
|-- org.eclipse.jetty:apache-jsp