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