GroupId | GroupIdcom.gitee.sherlockholmnes |
---|---|
ArtifactId | ArtifactIdgoge-mvc |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
goge-mvc-0.1.3.pom | |
goge-mvc-0.1.3.jar | 13 KB |
goge-mvc-0.1.3-sources.jar | 7 KB |
goge-mvc-0.1.3-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.sherlockholmnes/goge-mvc/ -->
<dependency>
<groupId>com.gitee.sherlockholmnes</groupId>
<artifactId>goge-mvc</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.sherlockholmnes/goge-mvc/
implementation 'com.gitee.sherlockholmnes:goge-mvc:0.1.3'
// https://jarcasting.com/artifacts/com.gitee.sherlockholmnes/goge-mvc/
implementation ("com.gitee.sherlockholmnes:goge-mvc:0.1.3")
'com.gitee.sherlockholmnes:goge-mvc:jar:0.1.3'
<dependency org="com.gitee.sherlockholmnes" name="goge-mvc" rev="0.1.3">
<artifact name="goge-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.sherlockholmnes', module='goge-mvc', version='0.1.3')
)
libraryDependencies += "com.gitee.sherlockholmnes" % "goge-mvc" % "0.1.3"
[com.gitee.sherlockholmnes/goge-mvc "0.1.3"]