| GroupId | GroupIdcom.github.lodsve |
|---|---|
| ArtifactId | ArtifactIdlodsve-mvc |
| Version | Version2.5.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lodsve-mvc-2.5.6.1.pom | |
| lodsve-mvc-2.5.6.1.jar | 46 KB |
| lodsve-mvc-2.5.6.1-sources.jar | 30 KB |
| lodsve-mvc-2.5.6.1-javadoc.jar | 227 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lodsve/lodsve-mvc/ -->
<dependency>
<groupId>com.github.lodsve</groupId>
<artifactId>lodsve-mvc</artifactId>
<version>2.5.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-mvc/
implementation 'com.github.lodsve:lodsve-mvc:2.5.6.1'
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-mvc/
implementation ("com.github.lodsve:lodsve-mvc:2.5.6.1")
'com.github.lodsve:lodsve-mvc:jar:2.5.6.1'
<dependency org="com.github.lodsve" name="lodsve-mvc" rev="2.5.6.1">
<artifact name="lodsve-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lodsve', module='lodsve-mvc', version='2.5.6.1')
)
libraryDependencies += "com.github.lodsve" % "lodsve-mvc" % "2.5.6.1"
[com.github.lodsve/lodsve-mvc "2.5.6.1"]