| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.odrotbohm.playground |
| Идентификатор | Идентификаторspring-playground |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSpring Playground
A collection of tiny helper libraries for Spring-based application development
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| spring-playground-0.1.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.odrotbohm.playground/spring-playground/ -->
<dependency>
<groupId>de.odrotbohm.playground</groupId>
<artifactId>spring-playground</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.odrotbohm.playground/spring-playground/
implementation 'de.odrotbohm.playground:spring-playground:0.1.0'
// https://jarcasting.com/artifacts/de.odrotbohm.playground/spring-playground/
implementation ("de.odrotbohm.playground:spring-playground:0.1.0")
'de.odrotbohm.playground:spring-playground:pom:0.1.0'
<dependency org="de.odrotbohm.playground" name="spring-playground" rev="0.1.0">
<artifact name="spring-playground" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.odrotbohm.playground', module='spring-playground', version='0.1.0')
)
libraryDependencies += "de.odrotbohm.playground" % "spring-playground" % "0.1.0"
[de.odrotbohm.playground/spring-playground "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok Необязательный | jar | 1.18.24 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.7.0 |