y

yarmij

Yarmij is a library to replace standard Java RMI for the case when you need it on Android.
https://github.com/avasin/yarmij
The Apache License, Version 2.0
Alexander Vasin
Files download
File Operation
yarmij-0.1.1.jar download
yarmij-0.1.1.pom download
yarmij-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.avasin</groupId>
  <artifactId>yarmij</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.avasin:yarmij:0.1.1'
Gradle Kotlin
implementation("com.github.avasin:yarmij:0.1.1")
Scala SBT
libraryDependencies += "com.github.avasin" % "yarmij" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.avasin', module='yarmij', version='0.1.1')
)
Apache Ivy
<dependency org="com.github.avasin" name="yarmij" rev="0.1.1" />
Leiningen
[com.github.avasin/yarmij "0.1.1"]
Apache Buildr
'com.github.avasin:yarmij:jar:0.1.1'