<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-sample-data-redis-archetype</artifactId>
<version>1.0.2.RELEASE</version>
<type>maven-archetype</type>
</dependency>
implementation 'org.springframework.boot:spring-boot-sample-data-redis-archetype:1.0.2.RELEASE'
implementation("org.springframework.boot:spring-boot-sample-data-redis-archetype:1.0.2.RELEASE")
libraryDependencies += "org.springframework.boot" % "spring-boot-sample-data-redis-archetype" % "1.0.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-sample-data-redis-archetype', version='1.0.2.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-sample-data-redis-archetype" rev="1.0.2.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-archetypes</artifactId> <version>1.0.2.RELEASE</version> </parent>