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