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