| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.paulcwarren |
| Идентификатор | Идентификаторspring-content |
| Версия | Версия2.1.0 |
| Тип | Типpom |
| Описание |
ОписаниеSpring Content
Cloud-Native Headless Content Management Services (CMS) for Spring.
Integrates with Spring Data, Spring Data REST and Apache Solr
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-content-2.1.0.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content/ -->
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content/
implementation 'com.github.paulcwarren:spring-content:2.1.0'
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content/
implementation ("com.github.paulcwarren:spring-content:2.1.0")
'com.github.paulcwarren:spring-content:pom:2.1.0'
<dependency org="com.github.paulcwarren" name="spring-content" rev="2.1.0">
<artifact name="spring-content" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.paulcwarren', module='spring-content', version='2.1.0')
)
libraryDependencies += "com.github.paulcwarren" % "spring-content" % "2.1.0"
[com.github.paulcwarren/spring-content "2.1.0"]