License |
License |
---|---|
GroupId | GroupIdcom.github.enesusta |
ArtifactId | ArtifactIdspring-devtools |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-devtools
Tools to make my life easier when using Spring Framework
|
Filename | Size |
---|---|
spring-devtools-1.0.1.pom | |
spring-devtools-1.0.1.jar | 3 KB |
spring-devtools-1.0.1-sources.jar | 1 KB |
spring-devtools-1.0.1-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.enesusta/spring-devtools/ -->
<dependency>
<groupId>com.github.enesusta</groupId>
<artifactId>spring-devtools</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.enesusta/spring-devtools/
implementation 'com.github.enesusta:spring-devtools:1.0.1'
// https://jarcasting.com/artifacts/com.github.enesusta/spring-devtools/
implementation ("com.github.enesusta:spring-devtools:1.0.1")
'com.github.enesusta:spring-devtools:jar:1.0.1'
<dependency org="com.github.enesusta" name="spring-devtools" rev="1.0.1">
<artifact name="spring-devtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.enesusta', module='spring-devtools', version='1.0.1')
)
libraryDependencies += "com.github.enesusta" % "spring-devtools" % "1.0.1"
[com.github.enesusta/spring-devtools "1.0.1"]