License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.gitlab.wmwtr |
ArtifactId | ArtifactIdspring-boot-devtools |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
Descriptionspring-boot-devtools
Similar to spring-boot-devtools provided by spring, but it‘s more lightweight and support automatically compile.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.gitlab.wmwtr/spring-boot-devtools/ -->
<dependency>
<groupId>io.gitlab.wmwtr</groupId>
<artifactId>spring-boot-devtools</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.wmwtr/spring-boot-devtools/
implementation 'io.gitlab.wmwtr:spring-boot-devtools:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.gitlab.wmwtr/spring-boot-devtools/
implementation ("io.gitlab.wmwtr:spring-boot-devtools:1.0.0.RELEASE")
'io.gitlab.wmwtr:spring-boot-devtools:jar:1.0.0.RELEASE'
<dependency org="io.gitlab.wmwtr" name="spring-boot-devtools" rev="1.0.0.RELEASE">
<artifact name="spring-boot-devtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.wmwtr', module='spring-boot-devtools', version='1.0.0.RELEASE')
)
libraryDependencies += "io.gitlab.wmwtr" % "spring-boot-devtools" % "1.0.0.RELEASE"
[io.gitlab.wmwtr/spring-boot-devtools "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.6 |
org.springframework.boot : spring-boot-starter-web | jar | 2.3.1.RELEASE |