Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdcom.sitewhere |
ArtifactId | ArtifactIdsitewhere-ehcache |
Version | Version0.9.7 |
Type | Typejar |
Filename | Size |
---|---|
sitewhere-ehcache-0.9.7.pom | |
sitewhere-ehcache-0.9.7.jar | 4 KB |
sitewhere-ehcache-0.9.7-sources.jar | 2 KB |
sitewhere-ehcache-0.9.7-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sitewhere/sitewhere-ehcache/ -->
<dependency>
<groupId>com.sitewhere</groupId>
<artifactId>sitewhere-ehcache</artifactId>
<version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-ehcache/
implementation 'com.sitewhere:sitewhere-ehcache:0.9.7'
// https://jarcasting.com/artifacts/com.sitewhere/sitewhere-ehcache/
implementation ("com.sitewhere:sitewhere-ehcache:0.9.7")
'com.sitewhere:sitewhere-ehcache:jar:0.9.7'
<dependency org="com.sitewhere" name="sitewhere-ehcache" rev="0.9.7">
<artifact name="sitewhere-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sitewhere', module='sitewhere-ehcache', version='0.9.7')
)
libraryDependencies += "com.sitewhere" % "sitewhere-ehcache" % "0.9.7"
[com.sitewhere/sitewhere-ehcache "0.9.7"]