All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.corda.plugins.bintray.License.groovy Maven / Gradle / Ivy

Go to download

A small gradle plugin that adds a couple of convenience functions for publishing to Maven

There is a newer version: 4.0.25
Show newest version
package net.corda.plugins.bintray

class License {
    /**
     * The name of license (eg; Apache 2.0)
     */
    String name
    /**
     * URL to the full license file
     */
    String url
    /**
     * The distribution level this license corresponds to (eg: repo)
     */
    String distribution
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy