is not current version
Last Version 1.1

org.mountcloud:spring-cloud-mvc-common 1.0

This project contains the necessary components of the spring boot mvc project and the necessary constraints of the mvc.

GroupId

GroupId

org.mountcloud
ArtifactId

ArtifactId

spring-cloud-mvc-common
Version

Version

1.0
Type

Type

jar

Download spring-cloud-mvc-common 1.0


<!-- https://jarcasting.com/artifacts/org.mountcloud/spring-cloud-mvc-common/ -->
<dependency>
    <groupId>org.mountcloud</groupId>
    <artifactId>spring-cloud-mvc-common</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mountcloud/spring-cloud-mvc-common/
implementation 'org.mountcloud:spring-cloud-mvc-common:1.0'
// https://jarcasting.com/artifacts/org.mountcloud/spring-cloud-mvc-common/
implementation ("org.mountcloud:spring-cloud-mvc-common:1.0")
'org.mountcloud:spring-cloud-mvc-common:jar:1.0'
<dependency org="org.mountcloud" name="spring-cloud-mvc-common" rev="1.0">
  <artifact name="spring-cloud-mvc-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mountcloud', module='spring-cloud-mvc-common', version='1.0')
)
libraryDependencies += "org.mountcloud" % "spring-cloud-mvc-common" % "1.0"
[org.mountcloud/spring-cloud-mvc-common "1.0"]