| License |
License |
|---|---|
| GroupId | GroupIdcom.github.thanhvoquang |
| ArtifactId | ArtifactIdmvc-core |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.thanhvoquang:mvc-core
MVC base for Spring Boot project
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mvc-core-1.0.2.pom | |
| mvc-core-1.0.2.jar | 12 KB |
| mvc-core-1.0.2-sources.jar | 6 KB |
| mvc-core-1.0.2-javadoc.jar | 449 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thanhvoquang/mvc-core/ -->
<dependency>
<groupId>com.github.thanhvoquang</groupId>
<artifactId>mvc-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thanhvoquang/mvc-core/
implementation 'com.github.thanhvoquang:mvc-core:1.0.2'
// https://jarcasting.com/artifacts/com.github.thanhvoquang/mvc-core/
implementation ("com.github.thanhvoquang:mvc-core:1.0.2")
'com.github.thanhvoquang:mvc-core:jar:1.0.2'
<dependency org="com.github.thanhvoquang" name="mvc-core" rev="1.0.2">
<artifact name="mvc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thanhvoquang', module='mvc-core', version='1.0.2')
)
libraryDependencies += "com.github.thanhvoquang" % "mvc-core" % "1.0.2"
[com.github.thanhvoquang/mvc-core "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.4.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |