GroupId | GroupIdorg.nhind |
---|---|
ArtifactId | ArtifactIdxd |
Version | Version1.0.4 |
Type | Typewar |
Filename | Size |
---|---|
xd-1.0.4.pom | |
xd-1.0.4.war | 8 MB |
xd-1.0.4-sources.jar | 70 KB |
xd-1.0.4-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nhind/xd/ -->
<dependency>
<groupId>org.nhind</groupId>
<artifactId>xd</artifactId>
<version>1.0.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.nhind/xd/
implementation 'org.nhind:xd:1.0.4'
// https://jarcasting.com/artifacts/org.nhind/xd/
implementation ("org.nhind:xd:1.0.4")
'org.nhind:xd:war:1.0.4'
<dependency org="org.nhind" name="xd" rev="1.0.4">
<artifact name="xd" type="war" />
</dependency>
@Grapes(
@Grab(group='org.nhind', module='xd', version='1.0.4')
)
libraryDependencies += "org.nhind" % "xd" % "1.0.4"
[org.nhind/xd "1.0.4"]