is not current version
Last Version 2.0.0

io.github.jistol:jistol-spring-remote 1.0.0

You can set up Spring RMI and HttpInvoker in only two steps. Step 1. Set @EnableRemoteType on application main. Step 2. Add @RemoteType on your service(or component, resource ...)

GroupId

GroupId

io.github.jistol
ArtifactId

ArtifactId

jistol-spring-remote
Version

Version

1.0.0
Type

Type

jar

Download jistol-spring-remote 1.0.0


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