| GroupId | GroupIdcom.github.jbytecode |
|---|---|
| ArtifactId | ArtifactIdRCaller |
| Version | Version2.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| RCaller-2.8.pom | |
| RCaller-2.8.jar | 72 KB |
| RCaller-2.8-sources.jar | 52 KB |
| RCaller-2.8-javadoc.jar | 284 KB |
| RCaller-2.8-jar-with-dependencies.jar | 650 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jbytecode/RCaller/ -->
<dependency>
<groupId>com.github.jbytecode</groupId>
<artifactId>RCaller</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jbytecode/RCaller/
implementation 'com.github.jbytecode:RCaller:2.8'
// https://jarcasting.com/artifacts/com.github.jbytecode/RCaller/
implementation ("com.github.jbytecode:RCaller:2.8")
'com.github.jbytecode:RCaller:jar:2.8'
<dependency org="com.github.jbytecode" name="RCaller" rev="2.8">
<artifact name="RCaller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jbytecode', module='RCaller', version='2.8')
)
libraryDependencies += "com.github.jbytecode" % "RCaller" % "2.8"
[com.github.jbytecode/RCaller "2.8"]