GroupId | GroupIdxyz.xiezc |
---|---|
ArtifactId | ArtifactIdxweb |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
xweb-2.0.pom | |
xweb-2.0.jar | 104 KB |
xweb-2.0-sources.jar | 69 KB |
xweb-2.0-javadoc.jar | 756 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.xiezc/xweb/ -->
<dependency>
<groupId>xyz.xiezc</groupId>
<artifactId>xweb</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.xiezc/xweb/
implementation 'xyz.xiezc:xweb:2.0'
// https://jarcasting.com/artifacts/xyz.xiezc/xweb/
implementation ("xyz.xiezc:xweb:2.0")
'xyz.xiezc:xweb:jar:2.0'
<dependency org="xyz.xiezc" name="xweb" rev="2.0">
<artifact name="xweb" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.xiezc', module='xweb', version='2.0')
)
libraryDependencies += "xyz.xiezc" % "xweb" % "2.0"
[xyz.xiezc/xweb "2.0"]