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