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

net.corda.plugins.bintray.Developer.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 Developer {
    /**
     * A unique identifier the developer (eg; organisation ID)
     */
    String id
    /**
     * The full name of the developer
     */
    String name
    /**
     * An email address for contacting the developer
     */
    String email
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy