is not current version
Last Version 0.1.1

com.github.datalking:play-mvc 0.1.0

simple mvc framework based on java servlet.

Categories

Categories

Data
GroupId

GroupId

com.github.datalking
ArtifactId

ArtifactId

play-mvc
Version

Version

0.1.0
Type

Type

jar

Download play-mvc 0.1.0


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