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