<dependency> <groupId>com.guicedee.services</groupId> <artifactId>ehcache</artifactId> <version>1.1.1.0</version> </dependency>
implementation 'com.guicedee.services:ehcache:1.1.1.0'
implementation("com.guicedee.services:ehcache:1.1.1.0")
libraryDependencies += "com.guicedee.services" % "ehcache" % "1.1.1.0"
@Grapes( @Grab(group='com.guicedee.services', module='ehcache', version='1.1.1.0') )
<dependency org="com.guicedee.services" name="ehcache" rev="1.1.1.0" />
[com.guicedee.services/ehcache "1.1.1.0"]
'com.guicedee.services:ehcache:jar:1.1.1.0'
<parent> <groupId>com.guicedee.services</groupId> <artifactId>services-parent</artifactId> <version>1.1.1.0</version> </parent>
compile
|-- com.guicedee.services:jakarta.xml.bind-api:1.1.1.0
|-- com.guicedee.services:slf4j:1.1.1.0
|-- com.guicedee.services:cache-api:1.1.1.0