Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdde.chandre.velocity2 |
ArtifactId | ArtifactIdspring-boot-starter-velocity2 |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.chandre.velocity2/spring-boot-starter-velocity2/ -->
<dependency>
<groupId>de.chandre.velocity2</groupId>
<artifactId>spring-boot-starter-velocity2</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.chandre.velocity2/spring-boot-starter-velocity2/
implementation 'de.chandre.velocity2:spring-boot-starter-velocity2:1.1.0'
// https://jarcasting.com/artifacts/de.chandre.velocity2/spring-boot-starter-velocity2/
implementation ("de.chandre.velocity2:spring-boot-starter-velocity2:1.1.0")
'de.chandre.velocity2:spring-boot-starter-velocity2:jar:1.1.0'
<dependency org="de.chandre.velocity2" name="spring-boot-starter-velocity2" rev="1.1.0">
<artifact name="spring-boot-starter-velocity2" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.chandre.velocity2', module='spring-boot-starter-velocity2', version='1.1.0')
)
libraryDependencies += "de.chandre.velocity2" % "spring-boot-starter-velocity2" % "1.1.0"
[de.chandre.velocity2/spring-boot-starter-velocity2 "1.1.0"]