is not current version
Last Version 2.0.8

org.springframework:spring-remoting 2.0-m1


GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-remoting
Version

Version

2.0-m1
Type

Type

jar

Download spring-remoting 2.0-m1


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