GroupId | GroupIdspringframework |
---|---|
ArtifactId | ArtifactIdspring-remoting |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
spring-remoting-1.2.6.pom | |
spring-remoting-1.2.6.jar | 136 KB |
spring-remoting-1.2.6-sources.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/springframework/spring-remoting/ -->
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-remoting</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/springframework/spring-remoting/
implementation 'springframework:spring-remoting:1.2.6'
// https://jarcasting.com/artifacts/springframework/spring-remoting/
implementation ("springframework:spring-remoting:1.2.6")
'springframework:spring-remoting:jar:1.2.6'
<dependency org="springframework" name="spring-remoting" rev="1.2.6">
<artifact name="spring-remoting" type="jar" />
</dependency>
@Grapes(
@Grab(group='springframework', module='spring-remoting', version='1.2.6')
)
libraryDependencies += "springframework" % "spring-remoting" % "1.2.6"
[springframework/spring-remoting "1.2.6"]