Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.datalking |
ArtifactId | ArtifactIdplay-mvc |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
play-mvc-0.0.2.pom | |
play-mvc-0.0.2.jar | 258 KB |
play-mvc-0.0.2-sources.jar | 167 KB |
play-mvc-0.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.datalking/play-mvc/ -->
<dependency>
<groupId>com.github.datalking</groupId>
<artifactId>play-mvc</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datalking/play-mvc/
implementation 'com.github.datalking:play-mvc:0.0.2'
// https://jarcasting.com/artifacts/com.github.datalking/play-mvc/
implementation ("com.github.datalking:play-mvc:0.0.2")
'com.github.datalking:play-mvc:jar:0.0.2'
<dependency org="com.github.datalking" name="play-mvc" rev="0.0.2">
<artifact name="play-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datalking', module='play-mvc', version='0.0.2')
)
libraryDependencies += "com.github.datalking" % "play-mvc" % "0.0.2"
[com.github.datalking/play-mvc "0.0.2"]