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