<dependency>
<groupId>de.qaware.tools.collection-cacheable-for-spring</groupId>
<artifactId>collection-cacheable-for-spring-parent</artifactId>
<version>1.3.0</version>
</dependency>
implementation group: 'de.qaware.tools.collection-cacheable-for-spring', name: 'collection-cacheable-for-spring-parent', version: '1.3.0'
implementation 'de.qaware.tools.collection-cacheable-for-spring:collection-cacheable-for-spring-parent:1.3.0'
implementation("de.qaware.tools.collection-cacheable-for-spring:collection-cacheable-for-spring-parent:1.3.0")
libraryDependencies += "de.qaware.tools.collection-cacheable-for-spring" % "collection-cacheable-for-spring-parent" % "1.3.0"
<dependency org="de.qaware.tools.collection-cacheable-for-spring" name="collection-cacheable-for-spring-parent" rev="1.3.0"/>
@Grapes(
@Grab(group='de.qaware.tools.collection-cacheable-for-spring', module='collection-cacheable-for-spring-parent', version='1.3.0')
)
[de.qaware.tools.collection-cacheable-for-spring/collection-cacheable-for-spring-parent "1.3.0"]
'de.qaware.tools.collection-cacheable-for-spring:collection-cacheable-for-spring-parent:jar:1.3.0'