| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.oracle.coherence.spring |
| Идентификатор | Идентификаторcoherence-spring-parent |
| Последняя версия | Последняя версия3.2.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCoherence Spring Project
The Oracle Coherence Spring project provides support for using Spring
with Coherence and vice-versa.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| coherence-spring-parent-3.2.0.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.oracle.coherence.spring/coherence-spring-parent/ -->
<dependency>
<groupId>com.oracle.coherence.spring</groupId>
<artifactId>coherence-spring-parent</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.coherence.spring/coherence-spring-parent/
implementation 'com.oracle.coherence.spring:coherence-spring-parent:3.2.0'
// https://jarcasting.com/artifacts/com.oracle.coherence.spring/coherence-spring-parent/
implementation ("com.oracle.coherence.spring:coherence-spring-parent:3.2.0")
'com.oracle.coherence.spring:coherence-spring-parent:pom:3.2.0'
<dependency org="com.oracle.coherence.spring" name="coherence-spring-parent" rev="3.2.0">
<artifact name="coherence-spring-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.coherence.spring', module='coherence-spring-parent', version='3.2.0')
)
libraryDependencies += "com.oracle.coherence.spring" % "coherence-spring-parent" % "3.2.0"
[com.oracle.coherence.spring/coherence-spring-parent "3.2.0"]