<dependency> <groupId>org.ehcache</groupId> <artifactId>ehcache</artifactId> <version>3.0.0.rc2</version> </dependency>
implementation 'org.ehcache:ehcache:3.0.0.rc2'
implementation("org.ehcache:ehcache:3.0.0.rc2")
libraryDependencies += "org.ehcache" % "ehcache" % "3.0.0.rc2"
@Grapes( @Grab(group='org.ehcache', module='ehcache', version='3.0.0.rc2') )
<dependency org="org.ehcache" name="ehcache" rev="3.0.0.rc2" />
[org.ehcache/ehcache "3.0.0.rc2"]
'org.ehcache:ehcache:jar:3.0.0.rc2'
compile
|-- org.slf4j:slf4j-api:1.7.7
provided
|-- org.codehaus.btm:btm:2.1.4
|-- javax.transaction:jta:1.1