spring-remoting

spring-remoting

文件下载
文件名 操作
spring-remoting-2.0-m3.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-remoting</artifactId>
  <version>2.0-m3</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-remoting:2.0-m3'
Gradle Kotlin
implementation("org.springframework:spring-remoting:2.0-m3")
Scala SBT
libraryDependencies += "org.springframework" % "spring-remoting" % "2.0-m3"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-remoting', version='2.0-m3')
)
Apache Ivy
<dependency org="org.springframework" name="spring-remoting" rev="2.0-m3" />
Leiningen
[org.springframework/spring-remoting "2.0-m3"]
Apache Buildr
'org.springframework:spring-remoting:jar:2.0-m3'
本项目依赖
该项目无第三方依赖