is not current version
Last Version 0.0.2

com.github.houbb:mvc 0.0.1

mvc(2018-01-19 20:32:17)

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

mvc
Version

Version

0.0.1
Type

Type

pom

Download mvc 0.0.1

Filename Size
mvc-0.0.1.pom 10 KB
Browse

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