| License |
License |
|---|---|
| GroupId | GroupIdtop.cheesetree.btx.project |
| ArtifactId | ArtifactIdbtx-mail |
| Version | Version1.2.0 |
| Type | Typejar |
| Description |
Descriptionbtx-mail
An enterprise-level development framework based on springboot
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| btx-mail-1.2.0.pom | |
| btx-mail-1.2.0.jar | 1 KB |
| btx-mail-1.2.0-sources.jar | 1 KB |
| Browse |
<!-- 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"]