is not current version
Last Version 1.0.1

com.xzixi.self.portal:webmvc 1.0.0

web框架核心,通用配置和基础框架

GroupId

GroupId

com.xzixi.self.portal
ArtifactId

ArtifactId

webmvc
Version

Version

1.0.0
Type

Type

jar

Download webmvc 1.0.0


<!-- https://jarcasting.com/artifacts/com.xzixi.self.portal/webmvc/ -->
<dependency>
    <groupId>com.xzixi.self.portal</groupId>
    <artifactId>webmvc</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xzixi.self.portal/webmvc/
implementation 'com.xzixi.self.portal:webmvc:1.0.0'
// https://jarcasting.com/artifacts/com.xzixi.self.portal/webmvc/
implementation ("com.xzixi.self.portal:webmvc:1.0.0")
'com.xzixi.self.portal:webmvc:jar:1.0.0'
<dependency org="com.xzixi.self.portal" name="webmvc" rev="1.0.0">
  <artifact name="webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xzixi.self.portal', module='webmvc', version='1.0.0')
)
libraryDependencies += "com.xzixi.self.portal" % "webmvc" % "1.0.0"
[com.xzixi.self.portal/webmvc "1.0.0"]