| GroupId | GroupIdcom.github.yuyenews |
|---|---|
| ArtifactId | ArtifactIdmars-mvc |
| Version | Version3.0.33 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mars-mvc-3.0.33.pom | |
| mars-mvc-3.0.33.jar | 30 KB |
| mars-mvc-3.0.33-sources.jar | 19 KB |
| mars-mvc-3.0.33-javadoc.jar | 148 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/mars-mvc/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-mvc</artifactId>
<version>3.0.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-mvc/
implementation 'com.github.yuyenews:mars-mvc:3.0.33'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-mvc/
implementation ("com.github.yuyenews:mars-mvc:3.0.33")
'com.github.yuyenews:mars-mvc:jar:3.0.33'
<dependency org="com.github.yuyenews" name="mars-mvc" rev="3.0.33">
<artifact name="mars-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-mvc', version='3.0.33')
)
libraryDependencies += "com.github.yuyenews" % "mars-mvc" % "3.0.33"
[com.github.yuyenews/mars-mvc "3.0.33"]