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