Last Version

spring-boot-devtools 1.0.0.RELEASE

Similar to spring-boot-devtools provided by spring, but it‘s more lightweight and support automatically compile.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.gitlab.wmwtr
ArtifactId

ArtifactId

spring-boot-devtools
Version

Version

1.0.0.RELEASE
Type

Type

jar
Description

Description

spring-boot-devtools
Similar to spring-boot-devtools provided by spring, but it‘s more lightweight and support automatically compile.
Project URL

Project URL

https://github.com/wmwtr/SpringbootDevtools
Source Code Management

Source Code Management

https://github.com/wmwtr/SpringbootDevtools

Download spring-boot-devtools 1.0.0.RELEASE


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-io : commons-io jar 2.6
org.springframework.boot : spring-boot-starter-web jar 2.3.1.RELEASE

Project Modules

There are no modules declared in this project.