License |
License |
---|---|
Categories |
CategoriesEhcache Data Caching |
GroupId | GroupIdcom.github.sworisbreathing.ehcachefilemonitor |
ArtifactId | ArtifactIdehcache-file-monitor |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEhcache File Monitor
Ehcache File Monitor extends Ehcache to provide a scalable, high
performance solution for ensuring the "freshness" of resources
loaded from a file system.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ehcache-file-monitor-1.0.pom | |
ehcache-file-monitor-1.0.jar | 9 KB |
ehcache-file-monitor-1.0-sources.jar | 6 KB |
ehcache-file-monitor-1.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sworisbreathing.ehcachefilemonitor/ehcache-file-monitor/ -->
<dependency>
<groupId>com.github.sworisbreathing.ehcachefilemonitor</groupId>
<artifactId>ehcache-file-monitor</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sworisbreathing.ehcachefilemonitor/ehcache-file-monitor/
implementation 'com.github.sworisbreathing.ehcachefilemonitor:ehcache-file-monitor:1.0'
// https://jarcasting.com/artifacts/com.github.sworisbreathing.ehcachefilemonitor/ehcache-file-monitor/
implementation ("com.github.sworisbreathing.ehcachefilemonitor:ehcache-file-monitor:1.0")
'com.github.sworisbreathing.ehcachefilemonitor:ehcache-file-monitor:jar:1.0'
<dependency org="com.github.sworisbreathing.ehcachefilemonitor" name="ehcache-file-monitor" rev="1.0">
<artifact name="ehcache-file-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sworisbreathing.ehcachefilemonitor', module='ehcache-file-monitor', version='1.0')
)
libraryDependencies += "com.github.sworisbreathing.ehcachefilemonitor" % "ehcache-file-monitor" % "1.0"
[com.github.sworisbreathing.ehcachefilemonitor/ehcache-file-monitor "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.0.5 |
net.sf.ehcache : ehcache-core | jar | 2.6.2 |
com.github.sworisbreathing.sfmf4j : sfmf4j-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.powermock : powermock-module-junit4-rule-agent | jar | 1.5 |
junit : junit | jar | 4.11 |
org.powermock : powermock-api-mockito | jar | 1.5 |
ch.qos.logback : logback-classic | jar | 1.0.9 |