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