Operation: Get Summary
The Get Summary operation lists the license information of third-party libraries.
Example
Output
The adapter generates an XML document as 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>