Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.smartboot.servlet |
ArtifactId | ArtifactIdsmart-servlet-spring-boot-starter |
Version | Version0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.smartboot.servlet/smart-servlet-spring-boot-starter/ -->
<dependency>
<groupId>org.smartboot.servlet</groupId>
<artifactId>smart-servlet-spring-boot-starter</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.servlet/smart-servlet-spring-boot-starter/
implementation 'org.smartboot.servlet:smart-servlet-spring-boot-starter:0.1.3'
// https://jarcasting.com/artifacts/org.smartboot.servlet/smart-servlet-spring-boot-starter/
implementation ("org.smartboot.servlet:smart-servlet-spring-boot-starter:0.1.3")
'org.smartboot.servlet:smart-servlet-spring-boot-starter:jar:0.1.3'
<dependency org="org.smartboot.servlet" name="smart-servlet-spring-boot-starter" rev="0.1.3">
<artifact name="smart-servlet-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.servlet', module='smart-servlet-spring-boot-starter', version='0.1.3')
)
libraryDependencies += "org.smartboot.servlet" % "smart-servlet-spring-boot-starter" % "0.1.3"
[org.smartboot.servlet/smart-servlet-spring-boot-starter "0.1.3"]