| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdcom.opentable.components |
| ArtifactId | ArtifactIdotj-config-parent |
| Version | Version1.3.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| otj-config-parent-1.3.2.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-config-parent/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-config-parent</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-config-parent/
implementation 'com.opentable.components:otj-config-parent:1.3.2'
// https://jarcasting.com/artifacts/com.opentable.components/otj-config-parent/
implementation ("com.opentable.components:otj-config-parent:1.3.2")
'com.opentable.components:otj-config-parent:pom:1.3.2'
<dependency org="com.opentable.components" name="otj-config-parent" rev="1.3.2">
<artifact name="otj-config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-config-parent', version='1.3.2')
)
libraryDependencies += "com.opentable.components" % "otj-config-parent" % "1.3.2"
[com.opentable.components/otj-config-parent "1.3.2"]