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