License |
License |
---|---|
GroupId | GroupIdcom.github.barakb |
ArtifactId | ArtifactIdasyncrmi-dep |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionrmi
Async RMI is modern true asynchronous Java RMI implementation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
asyncrmi-dep-1.0.2.pom | |
asyncrmi-dep-1.0.2.jar | 3 MB |
asyncrmi-dep-1.0.2-sources.jar | 847 bytes |
asyncrmi-dep-1.0.2-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.barakb/asyncrmi-dep/ -->
<dependency>
<groupId>com.github.barakb</groupId>
<artifactId>asyncrmi-dep</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.barakb/asyncrmi-dep/
implementation 'com.github.barakb:asyncrmi-dep:1.0.2'
// https://jarcasting.com/artifacts/com.github.barakb/asyncrmi-dep/
implementation ("com.github.barakb:asyncrmi-dep:1.0.2")
'com.github.barakb:asyncrmi-dep:jar:1.0.2'
<dependency org="com.github.barakb" name="asyncrmi-dep" rev="1.0.2">
<artifact name="asyncrmi-dep" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.barakb', module='asyncrmi-dep', version='1.0.2')
)
libraryDependencies += "com.github.barakb" % "asyncrmi-dep" % "1.0.2"
[com.github.barakb/asyncrmi-dep "1.0.2"]