is not current version
Last Version 2.0.8

org.springframework:spring-remoting 1.2.6


GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-remoting
Version

Version

1.2.6
Type

Type

jar

Download spring-remoting 1.2.6


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