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