Files download
File Operation
parent-2.0.8.pom download
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.commons</groupId>
  <artifactId>parent</artifactId>
  <version>2.0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.commons:parent:2.0.8'
Gradle Kotlin
implementation("org.openidentityplatform.commons:parent:2.0.8")
Scala SBT
libraryDependencies += "org.openidentityplatform.commons" % "parent" % "2.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.commons', module='parent', version='2.0.8')
)
Apache Ivy
<dependency org="org.openidentityplatform.commons" name="parent" rev="2.0.8" />
Leiningen
[org.openidentityplatform.commons/parent "2.0.8"]
Apache Buildr
'org.openidentityplatform.commons:parent:jar:2.0.8'
Dependencies
The project has no third-party dependencies