GroupId | GroupIdcom.opentable |
---|---|
ArtifactId | ArtifactIdotj-spring-archetypes |
Version | Version0.0.8 |
Type | Typepom |
Description |
DescriptionThis is the Base POM for internal OpenTable Spring Maven projects.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
otj-spring-archetypes-0.0.8.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opentable/otj-spring-archetypes/ -->
<dependency>
<groupId>com.opentable</groupId>
<artifactId>otj-spring-archetypes</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.opentable/otj-spring-archetypes/
implementation 'com.opentable:otj-spring-archetypes:0.0.8'
// https://jarcasting.com/artifacts/com.opentable/otj-spring-archetypes/
implementation ("com.opentable:otj-spring-archetypes:0.0.8")
'com.opentable:otj-spring-archetypes:pom:0.0.8'
<dependency org="com.opentable" name="otj-spring-archetypes" rev="0.0.8">
<artifact name="otj-spring-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.opentable', module='otj-spring-archetypes', version='0.0.8')
)
libraryDependencies += "com.opentable" % "otj-spring-archetypes" % "0.0.8"
[com.opentable/otj-spring-archetypes "0.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |