License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.datalking |
ArtifactId | ArtifactIdplay-mvc |
Version | Version0.1.1 |
Type | Typejar |
Description |
Descriptionplay-mvc
simple mvc framework based on java servlet.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
play-mvc-0.1.1.pom | |
play-mvc-0.1.1.jar | 1 MB |
play-mvc-0.1.1-sources.jar | 762 KB |
play-mvc-0.1.1-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.datalking/play-mvc/ -->
<dependency>
<groupId>com.github.datalking</groupId>
<artifactId>play-mvc</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datalking/play-mvc/
implementation 'com.github.datalking:play-mvc:0.1.1'
// https://jarcasting.com/artifacts/com.github.datalking/play-mvc/
implementation ("com.github.datalking:play-mvc:0.1.1")
'com.github.datalking:play-mvc:jar:0.1.1'
<dependency org="com.github.datalking" name="play-mvc" rev="0.1.1">
<artifact name="play-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datalking', module='play-mvc', version='0.1.1')
)
libraryDependencies += "com.github.datalking" % "play-mvc" % "0.1.1"
[com.github.datalking/play-mvc "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.9 |
aopalliance : aopalliance | jar | 1.0 |
org.aspectj : aspectjweaver | jar | 1.6.11 |
cglib : cglib-nodep | jar | 3.1 |
javax.inject : javax.inject | jar | 1 |
org.slf4j : slf4j-api | jar | 1.7.21 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
javax.servlet : jstl | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |