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.6.jar download
gradle-R-plugin-0.6.pom download
gradle-R-plugin-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.arekbee</groupId>
  <artifactId>gradle-R-plugin</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.arekbee:gradle-R-plugin:0.6'
Gradle Kotlin
implementation("com.github.arekbee:gradle-R-plugin:0.6")
Scala SBT
libraryDependencies += "com.github.arekbee" % "gradle-R-plugin" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.arekbee', module='gradle-R-plugin', version='0.6')
)
Apache Ivy
<dependency org="com.github.arekbee" name="gradle-R-plugin" rev="0.6" />
Leiningen
[com.github.arekbee/gradle-R-plugin "0.6"]
Apache Buildr
'com.github.arekbee:gradle-R-plugin:jar:0.6'