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