GroupId | GroupIdtop.zenyoung |
---|---|
ArtifactId | ArtifactIdzenyoung-webmvc |
Version | Version1.9.0 |
Type | Typejar |
Filename | Size |
---|---|
zenyoung-webmvc-1.9.0.pom | |
zenyoung-webmvc-1.9.0.jar | 1 KB |
zenyoung-webmvc-1.9.0-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.zenyoung/zenyoung-webmvc/ -->
<dependency>
<groupId>top.zenyoung</groupId>
<artifactId>zenyoung-webmvc</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.zenyoung/zenyoung-webmvc/
implementation 'top.zenyoung:zenyoung-webmvc:1.9.0'
// https://jarcasting.com/artifacts/top.zenyoung/zenyoung-webmvc/
implementation ("top.zenyoung:zenyoung-webmvc:1.9.0")
'top.zenyoung:zenyoung-webmvc:jar:1.9.0'
<dependency org="top.zenyoung" name="zenyoung-webmvc" rev="1.9.0">
<artifact name="zenyoung-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.zenyoung', module='zenyoung-webmvc', version='1.9.0')
)
libraryDependencies += "top.zenyoung" % "zenyoung-webmvc" % "1.9.0"
[top.zenyoung/zenyoung-webmvc "1.9.0"]