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