Skip to main content
Skip table of contents

Operation: Get Summary

Die Operation Get Summary listet die Lizenzinformationen der Bibliotheken von Drittanbietern auf.

Beispiel

Output

Der Adapter erzeugt ein XML-Dokument als Output:

XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ThirdParty>
    <Dependencies>
        <Dependency>
            <GroupId>org.infinispan</GroupId>
            <ArtefactId>infinispan-query-dsl</ArtefactId>
            <Version>12.1.7.Final</Version>
            <Licenses>
                <License>
                    <Name>Apache License 2.0</Name>
                    <URL>http://www.apache.org/licenses/LICENSE-2.0</URL>
                </License>
            </Licenses>
        </Dependency>
		...
	</Dependencies>
</ThirdParty>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.