Gradle Science

Gradle tasks for scientific publication.

License

License

MIT
Categories

Categories

Gradle Build Tools Net Science Business Logic Libraries
GroupId

GroupId

net.elehack.gradle
ArtifactId

ArtifactId

gradle-science
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle Science
Gradle tasks for scientific publication.
Project URL

Project URL

http://github.com/elehack/gradle-plugins
Source Code Management

Source Code Management

http://github.com/elehack/gradle-plugins

Download gradle-science

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.itextpdf : itextpdf jar 5.4.4
org.codehaus.groovy.modules.http-builder : http-builder jar 0.7.1

Project Modules

There are no modules declared in this project.

Michael's Gradle Plugins

Build Status

These are some Gradle plugins that I use for different things.

gradle-jruby

The gradle-jruby plugin uses JRuby and Bundler to install and run gems. Useful to compile SASS style sheets, for example.

build.gradle:

apply plugin: 'jruby'

repositories {
    // so we can find JRuby
    mavenCentral()
}

task compileSass(type: GemExec) {
    script 'sass'
    inputs.file 'example.scss'
    args 'example.scss', 'example.css'
}

Gemfile:

source "https://rubygems.org"

gem "sass"

gradle-science

Tasks for doing scientific publication and data analysis. A lot of publication-related things.

No documentation yet.

gradle-util

A grab-bag of utility tasks for Gradle.

net.elehack.gradle

Michael Ekstrand

This is a placeholder for Michael Ekstrand's old username.

Versions

Version
0.3