is not current version
Last Version 0.12

com.github.arekbee:gradle-R-plugin 0.5

Gradle R plugin for R projects and packages

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.arekbee
ArtifactId

ArtifactId

gradle-R-plugin
Version

Version

0.5
Type

Type

jar

Download gradle-R-plugin 0.5


<!-- https://jarcasting.com/artifacts/com.github.arekbee/gradle-R-plugin/ -->
<dependency>
    <groupId>com.github.arekbee</groupId>
    <artifactId>gradle-R-plugin</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arekbee/gradle-R-plugin/
implementation 'com.github.arekbee:gradle-R-plugin:0.5'
// https://jarcasting.com/artifacts/com.github.arekbee/gradle-R-plugin/
implementation ("com.github.arekbee:gradle-R-plugin:0.5")
'com.github.arekbee:gradle-R-plugin:jar:0.5'
<dependency org="com.github.arekbee" name="gradle-R-plugin" rev="0.5">
  <artifact name="gradle-R-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arekbee', module='gradle-R-plugin', version='0.5')
)
libraryDependencies += "com.github.arekbee" % "gradle-R-plugin" % "0.5"
[com.github.arekbee/gradle-R-plugin "0.5"]