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

de.pfabulist.loracle.mojo.Url2License Maven / Gradle / Ivy

Go to download

maven plugin to check the licenses of all dependencies and possible incompatibilities

There is a newer version: 2.0.1
Show newest version
package de.pfabulist.loracle.mojo;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;

import java.util.HashMap;
import java.util.Map;

/**
 * Copyright (c) 2006 - 2016, Stephan Pfab
 * SPDX-License-Identifier: BSD-2-Clause
 */

@SuppressFBWarnings( "URF_UNREAD_FIELD" )
@SuppressWarnings( {"PMD.UnusedPrivateField", "PMD.AvoidPrintStackTrace" } )
public class Url2License {

    public static class ULi {
        private String txt = "";
        private String license = "";
    }

    private Map urls = new HashMap<>();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy