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