Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdorg.ehcache.modules |
ArtifactId | ArtifactIdehcache-common |
Version | Version3.1.4 |
Type | Typejar |
Filename | Size |
---|---|
ehcache-common-3.1.4.pom | |
ehcache-common-3.1.4.jar | 90 KB |
ehcache-common-3.1.4-sources.jar | 47 KB |
ehcache-common-3.1.4-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-common/ -->
<dependency>
<groupId>org.ehcache.modules</groupId>
<artifactId>ehcache-common</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-common/
implementation 'org.ehcache.modules:ehcache-common:3.1.4'
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-common/
implementation ("org.ehcache.modules:ehcache-common:3.1.4")
'org.ehcache.modules:ehcache-common:jar:3.1.4'
<dependency org="org.ehcache.modules" name="ehcache-common" rev="3.1.4">
<artifact name="ehcache-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules', module='ehcache-common', version='3.1.4')
)
libraryDependencies += "org.ehcache.modules" % "ehcache-common" % "3.1.4"
[org.ehcache.modules/ehcache-common "3.1.4"]