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