Group Id org.springframework
Artifact Id spring-remoting
Version 1.2.7
Packaging jar
URL -
Badge
Last Updated 2006-03-09T22:30:02+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-remoting</artifactId>
    <version>1.2.7</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-remoting', version: '1.2.7'
implementation 'org.springframework:spring-remoting:1.2.7'
implementation("org.springframework:spring-remoting:1.2.7")
libraryDependencies += "org.springframework" % "spring-remoting" % "1.2.7"
<dependency org="org.springframework" name="spring-remoting" rev="1.2.7"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-remoting', version='1.2.7')
)
[org.springframework/spring-remoting "1.2.7"]
'org.springframework:spring-remoting:1.2.7'