d

dolphin

Simple Java library, usable as a replacement for Java RMI. Easy to use, with simple and clean API, and no additional dependencies.
https://bitbucket.org/rastislavpapp/dolphin
MIT License
Rastislav Papp
Files download
File Operation
dolphin-1.0.0.jar download
dolphin-1.0.0.pom download
dolphin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.nyerel.dolphin</groupId>
  <artifactId>dolphin</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'eu.nyerel.dolphin:dolphin:1.0.0'
Gradle Kotlin
implementation("eu.nyerel.dolphin:dolphin:1.0.0")
Scala SBT
libraryDependencies += "eu.nyerel.dolphin" % "dolphin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='eu.nyerel.dolphin', module='dolphin', version='1.0.0')
)
Apache Ivy
<dependency org="eu.nyerel.dolphin" name="dolphin" rev="1.0.0" />
Leiningen
[eu.nyerel.dolphin/dolphin "1.0.0"]
Apache Buildr
'eu.nyerel.dolphin:dolphin:jar:1.0.0'
Dependencies