<dependency>
<groupId>com.googlecode.ehcache-spring-annotations</groupId>
<artifactId>ehcache-spring-annotations-parent</artifactId>
<version>1.2.0</version>
</dependency>
implementation group: 'com.googlecode.ehcache-spring-annotations', name: 'ehcache-spring-annotations-parent', version: '1.2.0'
implementation 'com.googlecode.ehcache-spring-annotations:ehcache-spring-annotations-parent:1.2.0'
implementation("com.googlecode.ehcache-spring-annotations:ehcache-spring-annotations-parent:1.2.0")
libraryDependencies += "com.googlecode.ehcache-spring-annotations" % "ehcache-spring-annotations-parent" % "1.2.0"
<dependency org="com.googlecode.ehcache-spring-annotations" name="ehcache-spring-annotations-parent" rev="1.2.0"/>
@Grapes(
@Grab(group='com.googlecode.ehcache-spring-annotations', module='ehcache-spring-annotations-parent', version='1.2.0')
)
[com.googlecode.ehcache-spring-annotations/ehcache-spring-annotations-parent "1.2.0"]
'com.googlecode.ehcache-spring-annotations:ehcache-spring-annotations-parent:jar:1.2.0'