is not current version
Last Version 0.12

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

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.7
Type

Type

jar

Download gradle-R-plugin 0.7


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