is not current version
Last Version 1.0.1

com.github.enesusta:spring-devtools 1.0.0

Tools to make my life easier when using Spring Framework

GroupId

GroupId

com.github.enesusta
ArtifactId

ArtifactId

spring-devtools
Version

Version

1.0.0
Type

Type

jar

Download spring-devtools 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.enesusta/spring-devtools/ -->
<dependency>
    <groupId>com.github.enesusta</groupId>
    <artifactId>spring-devtools</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.enesusta/spring-devtools/
implementation 'com.github.enesusta:spring-devtools:1.0.0'
// https://jarcasting.com/artifacts/com.github.enesusta/spring-devtools/
implementation ("com.github.enesusta:spring-devtools:1.0.0")
'com.github.enesusta:spring-devtools:jar:1.0.0'
<dependency org="com.github.enesusta" name="spring-devtools" rev="1.0.0">
  <artifact name="spring-devtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.enesusta', module='spring-devtools', version='1.0.0')
)
libraryDependencies += "com.github.enesusta" % "spring-devtools" % "1.0.0"
[com.github.enesusta/spring-devtools "1.0.0"]