Maven Spring Archetypes
Usage
See the usage guide on the Wiki.
Description
This project contains Maven archetypes for generating new Spring based projects.
We include archetypes for generating component
s, and service
s.
GroupId | GroupIdcom.opentable |
---|---|
ArtifactId | ArtifactIdotj-spring-archetypes |
Last Version | Last Version0.0.8 |
Release Date | Release Date |
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 |
See the usage guide on the Wiki.
This project contains Maven archetypes for generating new Spring based projects.
We include archetypes for generating component
s, and service
s.