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