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