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