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