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