License |
License |
---|---|
GroupId | GroupIdcom.x5dev |
ArtifactId | ArtifactIdchunk-springmvc |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionChunk Templates for Spring MVC
Chunk Templates plugin for Spring MVC framework
|
Project URL |
Project URL |
Filename | Size |
---|---|
chunk-springmvc-0.1.0.pom | |
chunk-springmvc-0.1.0.jar | 6 KB |
chunk-springmvc-0.1.0-sources.jar | 2 KB |
chunk-springmvc-0.1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.x5dev/chunk-springmvc/ -->
<dependency>
<groupId>com.x5dev</groupId>
<artifactId>chunk-springmvc</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.x5dev/chunk-springmvc/
implementation 'com.x5dev:chunk-springmvc:0.1.0'
// https://jarcasting.com/artifacts/com.x5dev/chunk-springmvc/
implementation ("com.x5dev:chunk-springmvc:0.1.0")
'com.x5dev:chunk-springmvc:jar:0.1.0'
<dependency org="com.x5dev" name="chunk-springmvc" rev="0.1.0">
<artifact name="chunk-springmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.x5dev', module='chunk-springmvc', version='0.1.0')
)
libraryDependencies += "com.x5dev" % "chunk-springmvc" % "0.1.0"
[com.x5dev/chunk-springmvc "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.x5dev : chunk-templates | jar | [3.2.4,4.0.0) |
org.springframework : spring-core | jar | 4.1.5.RELEASE |
org.springframework : spring-web | jar | 4.1.5.RELEASE |
org.springframework : spring-webmvc | jar | 4.1.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |