GroupId | GroupIdcom.dattack |
---|---|
ArtifactId | ArtifactIdjtoolbox-commons-email |
Version | Version0.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.dattack/jtoolbox-commons-email/ -->
<dependency>
<groupId>com.dattack</groupId>
<artifactId>jtoolbox-commons-email</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dattack/jtoolbox-commons-email/
implementation 'com.dattack:jtoolbox-commons-email:0.2.1'
// https://jarcasting.com/artifacts/com.dattack/jtoolbox-commons-email/
implementation ("com.dattack:jtoolbox-commons-email:0.2.1")
'com.dattack:jtoolbox-commons-email:jar:0.2.1'
<dependency org="com.dattack" name="jtoolbox-commons-email" rev="0.2.1">
<artifact name="jtoolbox-commons-email" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dattack', module='jtoolbox-commons-email', version='0.2.1')
)
libraryDependencies += "com.dattack" % "jtoolbox-commons-email" % "0.2.1"
[com.dattack/jtoolbox-commons-email "0.2.1"]