<dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache-parent</artifactId> <version>2.4</version> <type>pom</type> </dependency>
implementation 'net.sf.ehcache:ehcache-parent:2.4'
implementation("net.sf.ehcache:ehcache-parent:2.4")
libraryDependencies += "net.sf.ehcache" % "ehcache-parent" % "2.4"
@Grapes( @Grab(group='net.sf.ehcache', module='ehcache-parent', version='2.4') )
<dependency org="net.sf.ehcache" name="ehcache-parent" rev="2.4" />
[net.sf.ehcache/ehcache-parent "2.4"]
'net.sf.ehcache:ehcache-parent:jar:2.4'