GroupId | GroupIdorg.nhind |
---|---|
ArtifactId | ArtifactIdxdmail |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
xdmail-1.1.4.pom | |
xdmail-1.1.4.jar | 20 KB |
xdmail-1.1.4-sources.jar | 18 KB |
xdmail-1.1.4-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nhind/xdmail/ -->
<dependency>
<groupId>org.nhind</groupId>
<artifactId>xdmail</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.nhind/xdmail/
implementation 'org.nhind:xdmail:1.1.4'
// https://jarcasting.com/artifacts/org.nhind/xdmail/
implementation ("org.nhind:xdmail:1.1.4")
'org.nhind:xdmail:jar:1.1.4'
<dependency org="org.nhind" name="xdmail" rev="1.1.4">
<artifact name="xdmail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nhind', module='xdmail', version='1.1.4')
)
libraryDependencies += "org.nhind" % "xdmail" % "1.1.4"
[org.nhind/xdmail "1.1.4"]