| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtop.cheesetree.btx.project |
| Идентификатор | Идентификаторbtx-mail |
| Последняя версия | Последняя версия1.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbtx-mail
An enterprise-level development framework based on springboot
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| btx-mail-1.2.0.pom | |
| btx-mail-1.2.0.jar | 1 KB |
| btx-mail-1.2.0-sources.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/top.cheesetree.btx.project/btx-mail/ -->
<dependency>
<groupId>top.cheesetree.btx.project</groupId>
<artifactId>btx-mail</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.cheesetree.btx.project/btx-mail/
implementation 'top.cheesetree.btx.project:btx-mail:1.2.0'
// https://jarcasting.com/artifacts/top.cheesetree.btx.project/btx-mail/
implementation ("top.cheesetree.btx.project:btx-mail:1.2.0")
'top.cheesetree.btx.project:btx-mail:jar:1.2.0'
<dependency org="top.cheesetree.btx.project" name="btx-mail" rev="1.2.0">
<artifact name="btx-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.cheesetree.btx.project', module='btx-mail', version='1.2.0')
)
libraryDependencies += "top.cheesetree.btx.project" % "btx-mail" % "1.2.0"
[top.cheesetree.btx.project/btx-mail "1.2.0"]