| Группа | Группаcom.github.jbytecode |
|---|---|
| Идентификатор | ИдентификаторRCaller |
| Версия | Версия2.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| RCaller-2.7.pom | |
| RCaller-2.7.jar | 72 KB |
| RCaller-2.7-sources.jar | 52 KB |
| RCaller-2.7-javadoc.jar | 284 KB |
| RCaller-2.7-jar-with-dependencies.jar | 650 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jbytecode/RCaller/ -->
<dependency>
<groupId>com.github.jbytecode</groupId>
<artifactId>RCaller</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jbytecode/RCaller/
implementation 'com.github.jbytecode:RCaller:2.7'
// https://jarcasting.com/artifacts/com.github.jbytecode/RCaller/
implementation ("com.github.jbytecode:RCaller:2.7")
'com.github.jbytecode:RCaller:jar:2.7'
<dependency org="com.github.jbytecode" name="RCaller" rev="2.7">
<artifact name="RCaller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jbytecode', module='RCaller', version='2.7')
)
libraryDependencies += "com.github.jbytecode" % "RCaller" % "2.7"
[com.github.jbytecode/RCaller "2.7"]