Files download
File Operation
ph-oton-security-9.2.5.jar download
ph-oton-security-9.2.5.pom download
ph-oton-security-9.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helger.photon</groupId>
  <artifactId>ph-oton-security</artifactId>
  <version>9.2.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger.photon:ph-oton-security:9.2.5'
Gradle Kotlin
implementation("com.helger.photon:ph-oton-security:9.2.5")
Scala SBT
libraryDependencies += "com.helger.photon" % "ph-oton-security" % "9.2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.photon', module='ph-oton-security', version='9.2.5')
)
Apache Ivy
<dependency org="com.helger.photon" name="ph-oton-security" rev="9.2.5" />
Leiningen
[com.helger.photon/ph-oton-security "9.2.5"]
Apache Buildr
'com.helger.photon:ph-oton-security:jar:9.2.5'