is not current version
Last Version 1.2.8.RELEASE

org.springframework:springloaded 1.2.6.RELEASE

JVM reloading agent

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

springloaded
Version

Version

1.2.6.RELEASE
Type

Type

jar

Download springloaded 1.2.6.RELEASE


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