<dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> <version>2.6.3</version> <type>pom</type> </dependency>
implementation 'net.sf.ehcache:ehcache:2.6.3'
implementation("net.sf.ehcache:ehcache:2.6.3")
libraryDependencies += "net.sf.ehcache" % "ehcache" % "2.6.3"
@Grapes( @Grab(group='net.sf.ehcache', module='ehcache', version='2.6.3') )
<dependency org="net.sf.ehcache" name="ehcache" rev="2.6.3" />
[net.sf.ehcache/ehcache "2.6.3"]
'net.sf.ehcache:ehcache:jar:2.6.3'
<parent> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache-parent</artifactId> <version>2.1</version> </parent>
compile
|-- net.sf.ehcache:ehcache-core:2.6.3
|-- net.sf.ehcache:ehcache-terracotta
provided
|-- org.slf4j:slf4j-jdk14:1.6.1