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