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