License |
License |
---|---|
GroupId | GroupIdcloud.agileframework |
ArtifactId | ArtifactIdagile-mvc |
Last Version | Last Version2.1.0.M20 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionagile-mvc
MVC extend for Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
agile-mvc-2.1.0.M20.pom | |
agile-mvc-2.1.0.M20.jar | 94 KB |
agile-mvc-2.1.0.M20-sources.jar | 67 KB |
agile-mvc-2.1.0.M20-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cloud.agileframework/agile-mvc/ -->
<dependency>
<groupId>cloud.agileframework</groupId>
<artifactId>agile-mvc</artifactId>
<version>2.1.0.M20</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.agileframework/agile-mvc/
implementation 'cloud.agileframework:agile-mvc:2.1.0.M20'
// https://jarcasting.com/artifacts/cloud.agileframework/agile-mvc/
implementation ("cloud.agileframework:agile-mvc:2.1.0.M20")
'cloud.agileframework:agile-mvc:jar:2.1.0.M20'
<dependency org="cloud.agileframework" name="agile-mvc" rev="2.1.0.M20">
<artifact name="agile-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.agileframework', module='agile-mvc', version='2.1.0.M20')
)
libraryDependencies += "cloud.agileframework" % "agile-mvc" % "2.1.0.M20"
[cloud.agileframework/agile-mvc "2.1.0.M20"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework : spring-tx | jar | |
commons-fileupload : commons-fileupload | jar | 1.4 |
org.projectlombok : lombok Optional | jar | |
cloud.agileframework : agile-validate Optional | jar | 2.1.0.M20 |
cloud.agileframework : common-util | jar | 2.1.0.M20 |
cloud.agileframework : spring-util | jar | 2.1.0.M20 |
cloud.agileframework : agile-context | jar | 2.1.0.M20 |
cloud.agileframework : agile-dictionary Optional | jar | 2.1.0.M20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar |