g

gradle-R-plugin

Gradle R plugin for R projects and packages
https://github.com/arekbee/gradle-R-plugin
MIT License
arekbee
Files download
File Operation
gradle-R-plugin-0.8.jar download
gradle-R-plugin-0.8.pom download
gradle-R-plugin-0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.arekbee</groupId>
  <artifactId>gradle-R-plugin</artifactId>
  <version>0.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.arekbee:gradle-R-plugin:0.8'
Gradle Kotlin
implementation("com.github.arekbee:gradle-R-plugin:0.8")
Scala SBT
libraryDependencies += "com.github.arekbee" % "gradle-R-plugin" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.arekbee', module='gradle-R-plugin', version='0.8')
)
Apache Ivy
<dependency org="com.github.arekbee" name="gradle-R-plugin" rev="0.8" />
Leiningen
[com.github.arekbee/gradle-R-plugin "0.8"]
Apache Buildr
'com.github.arekbee:gradle-R-plugin:jar:0.8'