| GroupId | GroupIdcom.ctlok |
|---|---|
| ArtifactId | ArtifactIdspring-webmvc-rythm |
| Version | Version1.3.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spring-webmvc-rythm-1.3.6.pom | |
| spring-webmvc-rythm-1.3.6.jar | 27 KB |
| spring-webmvc-rythm-1.3.6-sources.jar | 14 KB |
| spring-webmvc-rythm-1.3.6-javadoc.jar | 132 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ctlok/spring-webmvc-rythm/ -->
<dependency>
<groupId>com.ctlok</groupId>
<artifactId>spring-webmvc-rythm</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ctlok/spring-webmvc-rythm/
implementation 'com.ctlok:spring-webmvc-rythm:1.3.6'
// https://jarcasting.com/artifacts/com.ctlok/spring-webmvc-rythm/
implementation ("com.ctlok:spring-webmvc-rythm:1.3.6")
'com.ctlok:spring-webmvc-rythm:jar:1.3.6'
<dependency org="com.ctlok" name="spring-webmvc-rythm" rev="1.3.6">
<artifact name="spring-webmvc-rythm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ctlok', module='spring-webmvc-rythm', version='1.3.6')
)
libraryDependencies += "com.ctlok" % "spring-webmvc-rythm" % "1.3.6"
[com.ctlok/spring-webmvc-rythm "1.3.6"]