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