<dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> <version>2.7.1</version> <type>${packagingType}</type> </dependency>
implementation 'net.sf.ehcache:ehcache:2.7.1'
implementation("net.sf.ehcache:ehcache:2.7.1")
libraryDependencies += "net.sf.ehcache" % "ehcache" % "2.7.1"
@Grapes( @Grab(group='net.sf.ehcache', module='ehcache', version='2.7.1') )
<dependency org="net.sf.ehcache" name="ehcache" rev="2.7.1" />
[net.sf.ehcache/ehcache "2.7.1"]
'net.sf.ehcache:ehcache:jar:2.7.1'
<parent> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache-root</artifactId> <version>2.7.1</version> </parent>
compile
|-- net.sf.ehcache.internal:ehcache-terracotta-bootstrap
|-- net.sf.ehcache.internal:ehcache-rest-agent
|-- net.sf.ehcache.internal:ehcache-core