License |
License |
---|---|
GroupId | GroupIdcom.github.lihengming |
ArtifactId | ArtifactIdpotato-webmvc |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionpotato-webmvc
以约定优于配置的思想,结合SpringMVC的一些优点(参数自动注入),实现一个自己的简单MVC框架。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
potato-webmvc-1.0.pom | |
potato-webmvc-1.0.jar | 16 KB |
potato-webmvc-1.0-sources.jar | 11 KB |
potato-webmvc-1.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lihengming/potato-webmvc/ -->
<dependency>
<groupId>com.github.lihengming</groupId>
<artifactId>potato-webmvc</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lihengming/potato-webmvc/
implementation 'com.github.lihengming:potato-webmvc:1.0'
// https://jarcasting.com/artifacts/com.github.lihengming/potato-webmvc/
implementation ("com.github.lihengming:potato-webmvc:1.0")
'com.github.lihengming:potato-webmvc:jar:1.0'
<dependency org="com.github.lihengming" name="potato-webmvc" rev="1.0">
<artifact name="potato-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lihengming', module='potato-webmvc', version='1.0')
)
libraryDependencies += "com.github.lihengming" % "potato-webmvc" % "1.0"
[com.github.lihengming/potato-webmvc "1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
com.alibaba : fastjson | jar | 1.2.8 |
org.javassist : javassist | jar | 3.20.0-GA |
org.slf4j : slf4j-api | jar | 1.7.18 |
commons-beanutils : commons-beanutils | jar | 1.9.2 |