GroupId | GroupIdcom.gitee.juanda |
---|---|
ArtifactId | ArtifactIdjuanda-mvc |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
juanda-mvc-1.2.0.pom | |
juanda-mvc-1.2.0.jar | 35 KB |
juanda-mvc-1.2.0-sources.jar | 23 KB |
juanda-mvc-1.2.0-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.juanda/juanda-mvc/ -->
<dependency>
<groupId>com.gitee.juanda</groupId>
<artifactId>juanda-mvc</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.juanda/juanda-mvc/
implementation 'com.gitee.juanda:juanda-mvc:1.2.0'
// https://jarcasting.com/artifacts/com.gitee.juanda/juanda-mvc/
implementation ("com.gitee.juanda:juanda-mvc:1.2.0")
'com.gitee.juanda:juanda-mvc:jar:1.2.0'
<dependency org="com.gitee.juanda" name="juanda-mvc" rev="1.2.0">
<artifact name="juanda-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.juanda', module='juanda-mvc', version='1.2.0')
)
libraryDependencies += "com.gitee.juanda" % "juanda-mvc" % "1.2.0"
[com.gitee.juanda/juanda-mvc "1.2.0"]