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