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