| GroupId | GroupIdcom.cetsoft |
|---|---|
| ArtifactId | ArtifactIdimcache-spring |
| Version | Version0.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| imcache-spring-0.1.2.pom | |
| imcache-spring-0.1.2.jar | 6 KB |
| imcache-spring-0.1.2-sources.jar | 4 KB |
| imcache-spring-0.1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cetsoft/imcache-spring/
implementation 'com.cetsoft:imcache-spring:0.1.2'
// https://jarcasting.com/artifacts/com.cetsoft/imcache-spring/
implementation ("com.cetsoft:imcache-spring:0.1.2")
'com.cetsoft:imcache-spring:jar:0.1.2'
<dependency org="com.cetsoft" name="imcache-spring" rev="0.1.2">
<artifact name="imcache-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cetsoft', module='imcache-spring', version='0.1.2')
)
libraryDependencies += "com.cetsoft" % "imcache-spring" % "0.1.2"
[com.cetsoft/imcache-spring "0.1.2"]