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