GroupId | GroupIdcom.github.developframework |
---|---|
ArtifactId | ArtifactIdtoolkit-mail |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
toolkit-mail-0.1.pom | |
toolkit-mail-0.1.jar | 8 KB |
toolkit-mail-0.1-sources.jar | 3 KB |
toolkit-mail-0.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.developframework/toolkit-mail/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>toolkit-mail</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/toolkit-mail/
implementation 'com.github.developframework:toolkit-mail:0.1'
// https://jarcasting.com/artifacts/com.github.developframework/toolkit-mail/
implementation ("com.github.developframework:toolkit-mail:0.1")
'com.github.developframework:toolkit-mail:jar:0.1'
<dependency org="com.github.developframework" name="toolkit-mail" rev="0.1">
<artifact name="toolkit-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='toolkit-mail', version='0.1')
)
libraryDependencies += "com.github.developframework" % "toolkit-mail" % "0.1"
[com.github.developframework/toolkit-mail "0.1"]