License |
License |
---|---|
Categories |
CategoriesNet Ehcache Data Caching |
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdnet.sf.ehcache |
Version | Version2.10.6.LIFERAY-PATCHED-2 |
Type | Typejar |
Description |
Description |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/net.sf.ehcache/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>net.sf.ehcache</artifactId>
<version>2.10.6.LIFERAY-PATCHED-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/net.sf.ehcache/
implementation 'com.liferay:net.sf.ehcache:2.10.6.LIFERAY-PATCHED-2'
// https://jarcasting.com/artifacts/com.liferay/net.sf.ehcache/
implementation ("com.liferay:net.sf.ehcache:2.10.6.LIFERAY-PATCHED-2")
'com.liferay:net.sf.ehcache:jar:2.10.6.LIFERAY-PATCHED-2'
<dependency org="com.liferay" name="net.sf.ehcache" rev="2.10.6.LIFERAY-PATCHED-2">
<artifact name="net.sf.ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='net.sf.ehcache', version='2.10.6.LIFERAY-PATCHED-2')
)
libraryDependencies += "com.liferay" % "net.sf.ehcache" % "2.10.6.LIFERAY-PATCHED-2"
[com.liferay/net.sf.ehcache "2.10.6.LIFERAY-PATCHED-2"]