| GroupId | GroupIdcom.github.thanhvoquang |
|---|---|
| ArtifactId | ArtifactIdmvc-core |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mvc-core-1.0.1.pom | |
| mvc-core-1.0.1.jar | 10 KB |
| mvc-core-1.0.1-sources.jar | 5 KB |
| mvc-core-1.0.1-javadoc.jar | 436 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thanhvoquang/mvc-core/ -->
<dependency>
<groupId>com.github.thanhvoquang</groupId>
<artifactId>mvc-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thanhvoquang/mvc-core/
implementation 'com.github.thanhvoquang:mvc-core:1.0.1'
// https://jarcasting.com/artifacts/com.github.thanhvoquang/mvc-core/
implementation ("com.github.thanhvoquang:mvc-core:1.0.1")
'com.github.thanhvoquang:mvc-core:jar:1.0.1'
<dependency org="com.github.thanhvoquang" name="mvc-core" rev="1.0.1">
<artifact name="mvc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thanhvoquang', module='mvc-core', version='1.0.1')
)
libraryDependencies += "com.github.thanhvoquang" % "mvc-core" % "1.0.1"
[com.github.thanhvoquang/mvc-core "1.0.1"]