| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.v1ok |
| Идентификатор | Идентификаторspring-boot-commons |
| Версия | Версия251.1.11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-boot-commons-251.1.11.pom | |
| spring-boot-commons-251.1.11.jar | 21 KB |
| spring-boot-commons-251.1.11-sources.jar | 17 KB |
| spring-boot-commons-251.1.11-javadoc.jar | 118 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.v1ok/spring-boot-commons/ -->
<dependency>
<groupId>com.v1ok</groupId>
<artifactId>spring-boot-commons</artifactId>
<version>251.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.v1ok/spring-boot-commons/
implementation 'com.v1ok:spring-boot-commons:251.1.11'
// https://jarcasting.com/artifacts/com.v1ok/spring-boot-commons/
implementation ("com.v1ok:spring-boot-commons:251.1.11")
'com.v1ok:spring-boot-commons:jar:251.1.11'
<dependency org="com.v1ok" name="spring-boot-commons" rev="251.1.11">
<artifact name="spring-boot-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.v1ok', module='spring-boot-commons', version='251.1.11')
)
libraryDependencies += "com.v1ok" % "spring-boot-commons" % "251.1.11"
[com.v1ok/spring-boot-commons "251.1.11"]