GroupId | GroupIdcom.cetsoft |
---|---|
ArtifactId | ArtifactIdimcache-spring |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
imcache-spring-0.1.4.pom | |
imcache-spring-0.1.4.jar | 6 KB |
imcache-spring-0.1.4-sources.jar | 4 KB |
imcache-spring-0.1.4-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cetsoft/imcache-spring/ -->
<dependency>
<groupId>com.cetsoft</groupId>
<artifactId>imcache-spring</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.cetsoft/imcache-spring/
implementation 'com.cetsoft:imcache-spring:0.1.4'
// https://jarcasting.com/artifacts/com.cetsoft/imcache-spring/
implementation ("com.cetsoft:imcache-spring:0.1.4")
'com.cetsoft:imcache-spring:jar:0.1.4'
<dependency org="com.cetsoft" name="imcache-spring" rev="0.1.4">
<artifact name="imcache-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cetsoft', module='imcache-spring', version='0.1.4')
)
libraryDependencies += "com.cetsoft" % "imcache-spring" % "0.1.4"
[com.cetsoft/imcache-spring "0.1.4"]