MVN

org.springframework : spring-remoting

Maven & Gradle

Jan 10, 2008
29 usages

Spring Framework: Remoting · Spring Framework: Remoting

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-remoting</artifactId>
    <version>2.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework : spring-remoting to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.8
  • Latest Release Candidate: 2.0-rc2

All Versions

Choose a version of org.springframework : spring-remoting to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-remoting-2.0.8
CVE-2016-1000027
spring-remoting-2.0.7
CVE-2016-1000027
spring-remoting-2.0.6
CVE-2016-1000027
spring-remoting-2.0.5
CVE-2016-1000027
spring-remoting-2.0.4
CVE-2016-1000027
spring-remoting-2.0.3
CVE-2016-1000027
spring-remoting-2.0.2
CVE-2016-1000027
spring-remoting-2.0.1
CVE-2016-1000027
2.0
spring-remoting-2.0
CVE-2016-1000027
spring-remoting-2.0-rc2
CVE-2016-1000027
spring-remoting-2.0-rc1
CVE-2016-1000027
spring-remoting-2.0-m4
CVE-2016-1000027
spring-remoting-2.0-m5
CVE-2016-1000027
spring-remoting-2.0-m3
CVE-2016-1000027
spring-remoting-2.0-m2
CVE-2016-1000027
spring-remoting-2.0-m1
CVE-2016-1000027
1.2.x
spring-remoting-1.2.9
CVE-2016-1000027
spring-remoting-1.2.8
CVE-2016-1000027
spring-remoting-1.2.7
CVE-2016-1000027
spring-remoting-1.2.6
CVE-2016-1000027
spring-remoting-1.2.5
CVE-2016-1000027
spring-remoting-1.2.4
CVE-2016-1000027
spring-remoting-1.2.3
CVE-2016-1000027
spring-remoting-1.2.2
CVE-2016-1000027
spring-remoting-1.2.1
CVE-2016-1000027
1.2
spring-remoting-1.2
CVE-2016-1000027
spring-remoting-1.2-rc2
CVE-2016-1000027
spring-remoting-1.2-rc1
CVE-2016-1000027

How to add a dependency to Maven

Add the following org.springframework : spring-remoting maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-remoting</artifactId>
    <version>2.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework : spring-remoting gradle dependency to your build.gradle file:

implementation 'org.springframework:spring-remoting:2.0.8'

Gradle Kotlin DSL: Add the following org.springframework : spring-remoting gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework:spring-remoting:2.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework : spring-remoting sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework" % "spring-remoting" % "2.0.8"

Advertisement

Dependencies from Group

Jul 13, 2023
10k usages
55.1k stars
Jul 13, 2023
7.3k usages
55.1k stars
Jul 13, 2023
6.6k usages
55.1k stars
Jul 13, 2023
6.4k usages
55.1k stars
Jul 13, 2023
5.2k usages
55.1k stars

Discover Dependencies