o

otj-config-parent

OpenTable Configuration component
Files download
File Operation
otj-config-parent-1.3.1.pom download
Apache Maven
<dependency>
  <groupId>com.opentable.components</groupId>
  <artifactId>otj-config-parent</artifactId>
  <version>1.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.opentable.components:otj-config-parent:1.3.1'
Gradle Kotlin
implementation("com.opentable.components:otj-config-parent:1.3.1")
Scala SBT
libraryDependencies += "com.opentable.components" % "otj-config-parent" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.opentable.components', module='otj-config-parent', version='1.3.1')
)
Apache Ivy
<dependency org="com.opentable.components" name="otj-config-parent" rev="1.3.1" />
Leiningen
[com.opentable.components/otj-config-parent "1.3.1"]
Apache Buildr
'com.opentable.components:otj-config-parent:jar:1.3.1'