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