<dependency> <groupId>com.opentable</groupId> <artifactId>otj-parent-spring</artifactId> <version>374</version> <type>pom</type> </dependency>
implementation 'com.opentable:otj-parent-spring:374'
implementation("com.opentable:otj-parent-spring:374")
libraryDependencies += "com.opentable" % "otj-parent-spring" % "374"
@Grapes( @Grab(group='com.opentable', module='otj-parent-spring', version='374') )
<dependency org="com.opentable" name="otj-parent-spring" rev="374" />
[com.opentable/otj-parent-spring "374"]
'com.opentable:otj-parent-spring:jar:374'
<parent> <groupId>org.basepom</groupId> <artifactId>basepom-minimal</artifactId> <version>55</version> </parent>
runtime
|-- org.slf4j:jcl-over-slf4j