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 components, and services.
| Группа | Группаcom.opentable |
|---|---|
| Идентификатор | Идентификаторotj-spring-archetypes |
| Последняя версия | Последняя версия0.0.8 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеThis is the Base POM for internal OpenTable Spring Maven projects.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| otj-spring-archetypes-0.0.8.pom | 3 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 components, and services.