<dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> <version>2.7.0</version> <type>bundle</type> </dependency>
implementation 'net.sf.ehcache:ehcache:2.7.0'
implementation("net.sf.ehcache:ehcache:2.7.0")
libraryDependencies += "net.sf.ehcache" % "ehcache" % "2.7.0"
@Grapes( @Grab(group='net.sf.ehcache', module='ehcache', version='2.7.0') )
<dependency org="net.sf.ehcache" name="ehcache" rev="2.7.0" />
[net.sf.ehcache/ehcache "2.7.0"]
'net.sf.ehcache:ehcache:jar:2.7.0'
<parent> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache-root</artifactId> <version>2.7.0</version> </parent>
compile
|-- org.slf4j:slf4j-api:1.6.6