Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.datalking |
ArtifactId | ArtifactIdplay-mvc |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
play-mvc-0.1.0.pom | |
play-mvc-0.1.0.jar | 1 MB |
play-mvc-0.1.0-sources.jar | 762 KB |
play-mvc-0.1.0-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.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"]