| Categories |
CategoriesNet Ehcache Data Caching Other General Purpose Libraries |
|---|---|
| GroupId | GroupIdnet.anotheria |
| ArtifactId | ArtifactIdmoskito-ehcache |
| Version | Version2.8.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| moskito-ehcache-2.8.4.pom | |
| moskito-ehcache-2.8.4.jar | 14 KB |
| moskito-ehcache-2.8.4-sources.jar | 8 KB |
| moskito-ehcache-2.8.4-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.anotheria/moskito-ehcache/ -->
<dependency>
<groupId>net.anotheria</groupId>
<artifactId>moskito-ehcache</artifactId>
<version>2.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/moskito-ehcache/
implementation 'net.anotheria:moskito-ehcache:2.8.4'
// https://jarcasting.com/artifacts/net.anotheria/moskito-ehcache/
implementation ("net.anotheria:moskito-ehcache:2.8.4")
'net.anotheria:moskito-ehcache:jar:2.8.4'
<dependency org="net.anotheria" name="moskito-ehcache" rev="2.8.4">
<artifact name="moskito-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='moskito-ehcache', version='2.8.4')
)
libraryDependencies += "net.anotheria" % "moskito-ehcache" % "2.8.4"
[net.anotheria/moskito-ehcache "2.8.4"]