Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.opentable.components |
ArtifactId | ArtifactIdotj-versioned-config |
Version | Version4.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-versioned-config/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-versioned-config</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-versioned-config/
implementation 'com.opentable.components:otj-versioned-config:4.0.0'
// https://jarcasting.com/artifacts/com.opentable.components/otj-versioned-config/
implementation ("com.opentable.components:otj-versioned-config:4.0.0")
'com.opentable.components:otj-versioned-config:jar:4.0.0'
<dependency org="com.opentable.components" name="otj-versioned-config" rev="4.0.0">
<artifact name="otj-versioned-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-versioned-config', version='4.0.0')
)
libraryDependencies += "com.opentable.components" % "otj-versioned-config" % "4.0.0"
[com.opentable.components/otj-versioned-config "4.0.0"]