An open API service indexing awesome lists of open source software.

https://github.com/jenkinsci/commons-math3-api-plugin


https://github.com/jenkinsci/commons-math3-api-plugin

api-plugin

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Jenkins Commons Math3 API Plugin

[![Build Status](https://ci.jenkins.io/job/Plugins/job/commons-math3-api-plugin/job/main/badge/icon)](https://ci.jenkins.io/job/Plugins/job/commons-math3-api-plugin/job/main/)
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/commons-math3-api.svg)](https://plugins.jenkins.io/commons-math3-api)
[![GitHub release](https://img.shields.io/github/release/jenkinsci/commons-math3-api-plugin.svg?label=changelog)](https://github.com/jenkinsci/commons-math3-api-plugin/releases/latest)
[![GitHub license](https://img.shields.io/github/license/jenkinsci/commons-math3-api-plugin)](https://github.com/jenkinsci/commons-math3-api-plugin/blob/main/LICENSE.md)

Commons Math3 API Plugin

This plugin provides Commons Math3 API Plugin for other plugins (https://github.com/apache/commons-math)

# Build

To build the plugin locally:

```
mvn -Dset.changelist clean install
```